Skip to content

Commit ab197c1

Browse files
authored
Update version to 1.1.1
1 parent f966880 commit ab197c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/java/BuildAndroidConfig.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ object BuildAndroidConfig {
77
const val MIN_SDK_VERSION =21
88
const val TARGET_SDK_VERSION =29
99

10-
const val VERSION_CODE = 2
11-
const val VERSION_NAME = "1.1.0"
10+
const val VERSION_CODE = 3
11+
const val VERSION_NAME = "1.1.1"
1212

1313
const val SUPPORT_LIBRARY_VECTOR_DRAWABLES = true
1414

1515
const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
1616

1717

18-
}
18+
}

0 commit comments

Comments
 (0)