This commit is contained in:
Josia Pietsch 2024-11-28 01:44:58 +01:00
parent 84c4fdfb47
commit 9649b9b523
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 6 additions and 2 deletions

View file

@ -23,8 +23,8 @@ android {
minSdkVersion 21
targetSdkVersion 35
compileSdk 35
versionCode 32
versionName "j-0.0.16"
versionCode 33
versionName "j-0.0.17"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -1,2 +1,6 @@
* Alternative layouts for app list (grid, text)
* Fixed bug: renaming of apps works properly now
* Updated Chinese translation (thank you, yzqzss!)
* Updated Portuguese translation (thank you, "Vossa Excelencia"!)