We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b20fb7 commit bd8803eCopy full SHA for bd8803e
1 file changed
buildSrc/src/main/java/Config.kt
@@ -9,6 +9,6 @@ object Config {
9
const val compileSdkVersion = Versions.compileSdkVersion
10
const val buildToolsVersion = Versions.buildToolsVersion
11
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
12
- const val versionCode = 2
13
- const val versionName = "1.0.1"
+ const val versionCode = 3
+ const val versionName = "1.0.2"
14
}
0 commit comments