Skip to content

Commit

Permalink
Release 0.5.9 Patch 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Oct 20, 2023
1 parent de62276 commit 837414d
Showing 1 changed file with 2 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 = 592
const val versionName = "0.5.9 Patch 2"
const val versionCode = 593
const val versionName = "0.5.9 Patch 3"
}

0 comments on commit 837414d

Please sign in to comment.