Browse Source

Merge pull request 'PEMA-58 Update targetSdkVersion and compileSdkVersion to 31' (#22) from Ignacio/pEpJNIAdapter:PEMA-58 into Release_2.1

Reviewed-on: https://gitea.pep.foundation/pEp.foundation/pEpJNIAdapter/pulls/22
Release_2.1
heck 3 years ago
parent
commit
988429b893
  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