Skip to content

Commit

Permalink
Release 0.5.7
Browse files Browse the repository at this point in the history
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
  • Loading branch information
Iamlooker committed Mar 15, 2023
1 parent d01733c commit ad677a6
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 47 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Android.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ object Android {
const val appId = "com.looker.droidify"
const val compileSdk = 33
const val minSdk = 23
const val versionCode = 56
const val versionName = "0.5.6"
const val versionCode = 57
const val versionName = "0.5.7"
}
2 changes: 0 additions & 2 deletions metadata/en-US/changelogs/1.txt

This file was deleted.

4 changes: 0 additions & 4 deletions metadata/en-US/changelogs/2.txt

This file was deleted.

5 changes: 0 additions & 5 deletions metadata/en-US/changelogs/3.txt

This file was deleted.

6 changes: 0 additions & 6 deletions metadata/en-US/changelogs/32.txt

This file was deleted.

6 changes: 0 additions & 6 deletions metadata/en-US/changelogs/33.txt

This file was deleted.

6 changes: 0 additions & 6 deletions metadata/en-US/changelogs/34.txt

This file was deleted.

3 changes: 0 additions & 3 deletions metadata/en-US/changelogs/35.txt

This file was deleted.

7 changes: 0 additions & 7 deletions metadata/en-US/changelogs/36.txt

This file was deleted.

5 changes: 0 additions & 5 deletions metadata/en-US/changelogs/40.txt

This file was deleted.

1 change: 0 additions & 1 deletion metadata/en-US/changelogs/41.txt

This file was deleted.

14 changes: 14 additions & 0 deletions metadata/en-US/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Improvements:
- Reduce app size a little
- Allow removal of `Tap to Install` notification
- Remove Large header
- Better downloader logic
- Better State handling
- Improve Shizuku and Root Installer

### Fixes:
- Background crash due to session installer
- Redundant `Update All` button visibility
- Overlapping buttons
- Language changelist
- Empty Notifications

0 comments on commit ad677a6

Please sign in to comment.