1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-02-08 21:04:19 +00:00
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-08-21 23:13:06 +03:00
parent 447407483d
commit e2dfde17bf
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
2 changed files with 9 additions and 4 deletions

View File

@ -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 {
}
compileOptions {
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
}

View File

@ -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