diff --git a/build-logic/structure/src/main/kotlin/DefaultConfig.kt b/build-logic/structure/src/main/kotlin/DefaultConfig.kt index fc1223ce1..824f131e8 100644 --- a/build-logic/structure/src/main/kotlin/DefaultConfig.kt +++ b/build-logic/structure/src/main/kotlin/DefaultConfig.kt @@ -3,6 +3,6 @@ object DefaultConfig { const val appId = "com.looker.droidify" const val compileSdk = 33 const val minSdk = 23 - const val versionCode = 584 - const val versionName = "0.5.8.4" + const val versionCode = 590 + const val versionName = "0.5.9" } \ No newline at end of file diff --git a/metadata/en-US/changelogs/590.txt b/metadata/en-US/changelogs/590.txt new file mode 100644 index 000000000..25f4e4a4f --- /dev/null +++ b/metadata/en-US/changelogs/590.txt @@ -0,0 +1,16 @@ +Brand New Sharing Feel: +- Universal sharing with `droidify.eu.org` +- New missing app page +- Add missing repository from the detail page + +Improvements: +- Add back icon to screenshot +- Improve database performance +- Improve settings page performance + +Fixes: +- Crash when validating +- Crash after download cancellation +- Crash related to Shizuku +- Fix setting switches +- Fix calls for empty icons \ No newline at end of file