Browse Source

Merge pull request 'PEMA-58 Update targetSdkVersion and compileSdkVersion to 31' (#23) from Ignacio/pEpJNIAdapter:PEMA-58 into master

Reviewed-on: https://gitea.pep.foundation/pEp.foundation/pEpJNIAdapter/pulls/23
pull/35/head
heck 3 years ago
parent
commit
56a4097332
  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