diff --git a/build-logic/structure/src/main/kotlin/DefaultConfig.kt b/build-logic/structure/src/main/kotlin/DefaultConfig.kt index ee48c419a..67c67d7db 100644 --- a/build-logic/structure/src/main/kotlin/DefaultConfig.kt +++ b/build-logic/structure/src/main/kotlin/DefaultConfig.kt @@ -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" } diff --git a/metadata/en-US/changelogs/595.txt b/metadata/en-US/changelogs/595.txt new file mode 100644 index 000000000..85872a56b --- /dev/null +++ b/metadata/en-US/changelogs/595.txt @@ -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 \ No newline at end of file