Skip to content

Commit

Permalink
Prepare Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbwong committed Nov 14, 2020
1 parent 0d138f7 commit c1d86a7
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 = 12
const val VERSION_NAME = "1.0.2"
const val VERSION_CODE = 13
const val VERSION_NAME = "1.0.3"
}

0 comments on commit c1d86a7

Please sign in to comment.