parent
447407483d
commit
e2dfde17bf
|
@ -14,8 +14,8 @@ android {
|
||||||
applicationId "org.purplei2p.i2pd"
|
applicationId "org.purplei2p.i2pd"
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
versionCode 2420100
|
versionCode 2430000
|
||||||
versionName "2.42.1"
|
versionName "2.43.0"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
ndkVersion "21.4.7075529"
|
ndkVersion "21.4.7075529"
|
||||||
|
|
||||||
|
@ -70,8 +70,8 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = "1.8"
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
targetCompatibility = "1.8"
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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…
Reference in New Issue