Skip to content

Commit

Permalink
Release 0.5.9 Patch 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Oct 26, 2023
1 parent 7b56659 commit 9750662
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/structure/src/main/kotlin/DefaultConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ object DefaultConfig {
const val appId = "com.looker.droidify"
const val compileSdk = 34
const val minSdk = 23
const val versionCode = 594
const val versionName = "0.5.9 Patch 4"
const val versionCode = 595
const val versionName = "0.5.9 Patch 5"
}
9 changes: 9 additions & 0 deletions metadata/en-US/changelogs/595.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
💾 Backup Arsenal
- Add support for Exporting/Importing Repos and Settings

# Improvements
- App details page performance

# Fixes
- Theme not applying on startup
- Root Installer stuck

0 comments on commit 9750662

Please sign in to comment.