Skip to content

Commit

Permalink
Prepare Release 1.0.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbwong committed Oct 14, 2020
1 parent 1fc33b1 commit 0815d27
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 = 7
const val VERSION_NAME = "1.0.0-alpha01"
const val VERSION_CODE = 8
const val VERSION_NAME = "1.0.0-alpha02"
}

0 comments on commit 0815d27

Please sign in to comment.