Browse Source

2.43.0

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/44/head 2.43.0
R4SAS 2 years ago
parent
commit
e2dfde17bf
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 8
      app/build.gradle
  2. 5
      fastlane/metadata/android/en-US/changelogs/2430000.txt

8
app/build.gradle

@ -14,8 +14,8 @@ android { @@ -14,8 +14,8 @@ android {
applicationId "org.purplei2p.i2pd"
targetSdkVersion 29
minSdkVersion 16
versionCode 2420100
versionName "2.42.1"
versionCode 2430000
versionName "2.43.0"
archivesBaseName += "-$versionName"
ndkVersion "21.4.7075529"
@ -70,8 +70,8 @@ android { @@ -70,8 +70,8 @@ android {
}
compileOptions {
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
}

5
fastlane/metadata/android/en-US/changelogs/2430000.txt

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
* Updated codebase to 2.43.0
* Remove unused READ_PHONE_STATE permission
* Switch to OpenSSL 1.1.1q
* Added Simplified Chinese translation
* Disable SSU and enable SSU2 for new installations
Loading…
Cancel
Save