diff --git a/build-logic/structure/src/main/kotlin/DefaultConfig.kt b/build-logic/structure/src/main/kotlin/DefaultConfig.kt index ad3e2a2ed..8938f140a 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 = 610 - const val versionName = "0.6.1" + const val versionCode = 620 + const val versionName = "0.6.2" } diff --git a/metadata/en-US/changelogs/620.txt b/metadata/en-US/changelogs/620.txt new file mode 100644 index 000000000..48e54e049 --- /dev/null +++ b/metadata/en-US/changelogs/620.txt @@ -0,0 +1,10 @@ +Added: +- Ignore battery optimization + +Fixed: +- Auto sync +- Screenshot size changing +- Crash on home screen (Thanks to @mosayeb-a) + +Changed: +- Should support reproducible builds now