We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd713d commit 2d792c8Copy full SHA for 2d792c8
build-logic/structure/src/main/kotlin/DefaultConfig.kt
@@ -4,6 +4,6 @@ object DefaultConfig {
4
const val appId = "com.looker.droidify"
5
const val compileSdk = 34
6
const val minSdk = 23
7
- const val versionCode = 600
8
- const val versionName = "0.6.0"
+ const val versionCode = 610
+ const val versionName = "0.6.1"
9
}
metadata/en-US/changelogs/610.txt
@@ -0,0 +1,4 @@
1
+Fixed:
2
+- Startup Crash
3
+
+This is a hotfix, check previous changelog here: https://github.com/Droid-ify/client/releases/tag/v0.6.0
0 commit comments