Browse Source

PEMA-58 Update targetSdkVersion and compileSdkVersion to 31

pull/22/head
ignaciogarcia 3 years ago
parent
commit
fb8f82c6a6
No known key found for this signature in database GPG Key ID: 5E6A455C909DD623
  1. 4
      android/build.gradle

4
android/build.gradle

@ -29,11 +29,11 @@ allprojects {
apply plugin: 'com.android.library'
android {
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode 7
versionName "2.1.43"

Loading…
Cancel
Save