Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/72/head
r4sas 2024-04-07 08:52:44 +00:00
parent cf5fe2e948
commit 8f56a56927
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2
3 changed files with 5 additions and 3 deletions

View File

@ -29,8 +29,8 @@ android {
targetSdkVersion 33 targetSdkVersion 33
// TODO: 24? // TODO: 24?
minSdkVersion 16 minSdkVersion 16
versionCode 2500200 versionCode 2510000
versionName "2.50.2" versionName "2.51.0"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
ndkVersion "23.2.8568313" 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)