Browse Source
PEMA-58 Update targetSdkVersion and compileSdkVersion to 31
pull/23/head
ignaciogarcia
3 years ago
No known key found for this signature in database
GPG Key ID: 5E6A455C909DD623
1 changed files with
2 additions and
2 deletions
-
android/build.gradle
|
@ -29,11 +29,11 @@ allprojects { |
|
|
apply plugin: 'com.android.library' |
|
|
apply plugin: 'com.android.library' |
|
|
|
|
|
|
|
|
android { |
|
|
android { |
|
|
compileSdkVersion 30 |
|
|
compileSdkVersion 31 |
|
|
|
|
|
|
|
|
defaultConfig { |
|
|
defaultConfig { |
|
|
minSdkVersion 21 |
|
|
minSdkVersion 21 |
|
|
targetSdkVersion 30 |
|
|
targetSdkVersion 31 |
|
|
versionCode 7 |
|
|
versionCode 7 |
|
|
versionName "2.1.43" |
|
|
versionName "2.1.43" |
|
|
|
|
|
|
|
|