mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update build.gradle
This commit is contained in:
parent
8fa316c7b0
commit
fe2864bd15
@ -3,7 +3,6 @@
|
||||
buildscript {
|
||||
ext {
|
||||
minSdkVersion = 24
|
||||
supportLibVersion = "28.0.0"
|
||||
buildToolsVersion = "34.0.0"
|
||||
compileSdkVersion = 34
|
||||
targetSdkVersion = 34
|
||||
@ -67,7 +66,7 @@ subprojects {
|
||||
if (project.hasProperty("android")) {
|
||||
android {
|
||||
buildToolsVersion "34.0.0"
|
||||
compileSdkVersion 33
|
||||
compileSdkVersion 34
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user