Merge pull request #3391 from BlueWallet/tstsdk

Update build.gradle
This commit is contained in:
GLaDOS 2021-07-16 11:29:38 +01:00 committed by GitHub
commit 61ed451bfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildscript {
ext {
minSdkVersion = 28
minSdkVersion = 26
supportLibVersion = "28.0.0"
buildToolsVersion = "29.0.3"
compileSdkVersion = 29
@ -74,7 +74,7 @@ subprojects {
android {
compileSdkVersion 29
defaultConfig {
minSdkVersion 28
minSdkVersion 26
}
}
}