Skip to content

Commit

Permalink
Prepare Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbwong committed Oct 16, 2020
1 parent 15019e4 commit 44aee07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ object AndroidConfig {
const val COMPILE_SDK = 30
const val MIN_SDK = 21
const val TARGET_SDK = 30
const val VERSION_CODE = 9
const val VERSION_NAME = "1.0.0-alpha03"
const val VERSION_CODE = 10
const val VERSION_NAME = "1.0.0"
}

0 comments on commit 44aee07

Please sign in to comment.