mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
Update build.gradle
This commit is contained in:
parent
6edb01625f
commit
44e1e84f16
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ buildscript {
|
|||
minSdkVersion = 24
|
||||
supportLibVersion = "28.0.0"
|
||||
buildToolsVersion = "33.0.0"
|
||||
compileSdkVersion = 33
|
||||
targetSdkVersion = 33
|
||||
compileSdkVersion = 34
|
||||
targetSdkVersion = 34
|
||||
googlePlayServicesVersion = "16.+"
|
||||
googlePlayServicesIidVersion = "16.0.1"
|
||||
firebaseVersion = "17.3.4"
|
||||
|
@ -68,7 +68,7 @@ subprojects {
|
|||
if (project.hasProperty("android")) {
|
||||
android {
|
||||
buildToolsVersion "33.0.0"
|
||||
compileSdkVersion 33
|
||||
compileSdkVersion 34
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue