We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed136be commit cd74bf0Copy full SHA for cd74bf0
2 files changed
buildSrc/src/main/java/Coordinates.kt
@@ -8,7 +8,7 @@ object AppCoordinates {
8
}
9
10
object LibraryAndroidCoordinates {
11
- const val LIBRARY_VERSION = "1.3.0"
+ const val LIBRARY_VERSION = "1.3.1"
12
const val LIBRARY_VERSION_CODE = 1
13
14
gradle.properties
@@ -19,6 +19,6 @@ android.useAndroidX=true
19
android.enableJetifier=true
20
# Kotlin code style for this project: "official" or "obsolete":
21
# kotlin.code.style=official
22
-version=1.3.0
+version=1.3.1
23
# kotlin.stdlib.jdk.variants.substitution=false
24
0 commit comments