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 2024-04-07 08:52:44 +00:00
parent cf5fe2e948
commit 8f56a56927
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
3 changed files with 5 additions and 3 deletions

View File

@ -29,8 +29,8 @@ android {
targetSdkVersion 33
// TODO: 24?
minSdkVersion 16
versionCode 2500200
versionName "2.50.2"
versionCode 2510000
versionName "2.51.0"
archivesBaseName += "-$versionName"
ndkVersion "23.2.8568313"

@ -1 +1 @@
Subproject commit 3b97feb89fdc310ab43cc9336e1817f5b17f4b82
Subproject commit 1b5f67e185428305a9989dd821fd74f53abe70e5

View File

@ -0,0 +1,2 @@
* Updated codebase to 2.51.0
* Added minimal configuration menu (cudos: @wipedlifepotato)