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
3 changed files with 5 additions and 3 deletions
+2 -2
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"
@@ -0,0 +1,2 @@
* Updated codebase to 2.51.0
* Added minimal configuration menu (cudos: @wipedlifepotato)