Merge pull request #3121 from BlueWallet/ops-andr-deps

OPS: up and lock android deps (closes #3050)
This commit is contained in:
GLaDOS 2021-05-10 17:06:51 +01:00 committed by GitHub
commit 6c4ec14a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
}
}
}