Skip to content

Commit

Permalink
[CHORE] Bump version to .3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkrauz committed Oct 23, 2020
1 parent ea5b668 commit 9d91704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/AndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object AndroidConfig {
const val minSdkVersion = 21
const val targetSdkVersion = 30
const val versionCode = 1
const val versionName = "0.0.2"
const val versionName = "0.0.3"
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
const val consumerProguardFile = "consumer-rules.pro"

Expand Down

0 comments on commit 9d91704

Please sign in to comment.