mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
Update build.gradle
This commit is contained in:
parent
556cf5a116
commit
fb0490e977
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user