mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Merge pull request #3121 from BlueWallet/ops-andr-deps
OPS: up and lock android deps (closes #3050)
This commit is contained in:
commit
6c4ec14a90
@ -4,10 +4,11 @@ buildscript {
|
||||
ext {
|
||||
minSdkVersion = 28
|
||||
supportLibVersion = "28.0.0"
|
||||
buildToolsVersion = "29.0.2"
|
||||
buildToolsVersion = "29.0.3"
|
||||
compileSdkVersion = 29
|
||||
targetSdkVersion = 29
|
||||
googlePlayServicesVersion = "16.+"
|
||||
googlePlayServicesVersion = "16.2.0"
|
||||
googlePlayServicesIidVersion = "16.0.1"
|
||||
firebaseVersion = "17.3.4"
|
||||
firebaseMessagingVersion = "20.2.1"
|
||||
}
|
||||
@ -15,11 +16,11 @@ buildscript {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
ext.kotlinVersion = '1.3.+'
|
||||
ext.kotlinVersion = '1.4.32'
|
||||
dependencies {
|
||||
classpath('com.android.tools.build:gradle:4.0.1')
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
|
||||
classpath 'com.google.gms:google-services:4.3.3' // Google Services plugin
|
||||
classpath 'com.google.gms:google-services:4.3.5' // Google Services plugin
|
||||
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
@ -53,7 +54,6 @@ subprojects {
|
||||
if (project.hasProperty("android")) {
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion '28.0.0'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user