1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-02-02 18:04:28 +00:00
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-06-17 19:41:23 +00:00
parent 0ec2f1ae51
commit f3d71465d7
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
3 changed files with 5 additions and 3 deletions

View File

@ -14,8 +14,8 @@ android {
applicationId "org.purplei2p.i2pd"
targetSdkVersion 33
minSdkVersion 16
versionCode 2480000
versionName "2.48.0"
versionCode 2480010
versionName "2.48.0.1"
archivesBaseName += "-$versionName"
ndkVersion "23.2.8568313"

@ -1 +1 @@
Subproject commit fba23a45286f844710fa5c561ba60430ebc70d5e
Subproject commit 07c529173e9833220eb89353c758cae03faf73f4

View File

@ -0,0 +1,2 @@
* Updated codebase to 2.48.0 with SOCKS5 authorization fix (2.48.0-3-g07c5291)
* Updated OpenSSL to 1.1.1u