Browse Source

revert target to 29

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/35/head
R4SAS 3 years ago
parent
commit
ec003b9971
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 4
      app/build.gradle

4
app/build.gradle

@ -8,11 +8,11 @@ dependencies {
} }
android { android {
compileSdkVersion 31 compileSdkVersion 29
defaultConfig { defaultConfig {
applicationId "org.purplei2p.i2pd" applicationId "org.purplei2p.i2pd"
targetSdkVersion 31 targetSdkVersion 29
minSdkVersion 16 minSdkVersion 16
versionCode 24000 versionCode 24000
versionName "2.40.0" versionName "2.40.0"

Loading…
Cancel
Save