Skip to content

Commit b7fb49d

Browse files
authored
Update version to 1.5.1
1 parent 57b3dad commit b7fb49d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: buildSrc/src/main/java/BuildAndroidConfig.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ object BuildAndroidConfig {
99
const val TV_MIN_SDK_VERSION =21
1010
const val TARGET_SDK_VERSION =30
1111

12-
const val VERSION_CODE = 6
13-
const val VERSION_NAME = "1.5.0"
12+
const val VERSION_CODE = 7
13+
const val VERSION_NAME = "1.5.1"
1414

1515
const val SUPPORT_LIBRARY_VECTOR_DRAWABLES = true
1616

1717
const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
1818

1919

20-
}
20+
}

0 commit comments

Comments
 (0)