Bump targetSdk to 32 (Android 12L)
This commit is contained in:
parent
4915533a94
commit
19c8400efb
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@ apply plugin: 'com.google.gms.google-services'
|
|||
apply plugin: 'com.google.firebase.crashlytics'
|
||||
|
||||
android {
|
||||
compileSdk 31
|
||||
compileSdk 32
|
||||
|
||||
defaultConfig {
|
||||
applicationId "cy.agorise.bitsybitshareswallet"
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
targetSdk 32
|
||||
versionCode 15
|
||||
versionName "0.17.2-beta"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
Loading…
Reference in a new issue