Skip to content

Commit cd74bf0

Browse files
committed
version update
1 parent ed136be commit cd74bf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/java/Coordinates.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object AppCoordinates {
88
}
99

1010
object LibraryAndroidCoordinates {
11-
const val LIBRARY_VERSION = "1.3.0"
11+
const val LIBRARY_VERSION = "1.3.1"
1212
const val LIBRARY_VERSION_CODE = 1
1313
}
1414

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ android.useAndroidX=true
1919
android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
# kotlin.code.style=official
22-
version=1.3.0
22+
version=1.3.1
2323
# kotlin.stdlib.jdk.variants.substitution=false
2424

0 commit comments

Comments
 (0)