Skip to content

Commit

Permalink
version: 1.0.9(11) update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernstjunger-1914 committed Nov 10, 2023
1 parent f5b5cbf commit 2caff96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/DeviceInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ object DeviceInfo {
const val compileSdk = 33
const val minSdk = 28
const val targetSdk = 32
const val versionCode = 10
const val versionName = "1.0.8"
const val versionCode = 11
const val versionName = "1.0.9"
const val androidTestInstrumentation = "androidx.test.runner.AndroidJUnitRunner"

}

0 comments on commit 2caff96

Please sign in to comment.