Skip to content

Commit bd8803e

Browse files
version bump
1 parent 5b20fb7 commit bd8803e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/java/Config.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ object Config {
99
const val compileSdkVersion = Versions.compileSdkVersion
1010
const val buildToolsVersion = Versions.buildToolsVersion
1111
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
12-
const val versionCode = 2
13-
const val versionName = "1.0.1"
12+
const val versionCode = 3
13+
const val versionName = "1.0.2"
1414
}

0 commit comments

Comments
 (0)