File tree 2 files changed +20
-2
lines changed
build-logic/structure/src/main/kotlin
metadata/en-US/changelogs
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ object DefaultConfig {
4
4
const val appId = " com.looker.droidify"
5
5
const val compileSdk = 34
6
6
const val minSdk = 23
7
- const val versionCode = 591
8
- const val versionName = " 0.5.9 Patch 1 "
7
+ const val versionCode = 592
8
+ const val versionName = " 0.5.9 Patch 2 "
9
9
}
Original file line number Diff line number Diff line change
1
+ Installer Improvements:
2
+ - You can now remove apps from install queue
3
+ - Cleanup some memory after using installer
4
+
5
+ Improvements:
6
+ - Add initial support for Android 14
7
+ - Added 11 New Repositories
8
+ - Pressing back will clear categories before exiting
9
+ - Faster Icon/Screenshot loading
10
+ - Faster Selection of Download File
11
+
12
+ Fixes:
13
+ - Repeated Loading of images
14
+ - Install button not working one second click
15
+ - Crashes with syncing
16
+ - Crashes related to system service
17
+ - Improve performance of App Detail Screen
18
+ - Improve performance of Home Screen
You can’t perform that action at this time.
0 commit comments