We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6397e82 + afa884e commit a7f470eCopy full SHA for a7f470e
build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
ext.kotlin_version = '1.3.50'
4
5
ext {
6
- stringcare_version = '3.6.1'
+ stringcare_version = '3.6.3'
7
}
8
9
repositories {
library/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
-version = "3.6.2"
+version = "3.6.3"
android {
10
compileSdkVersion 28
0 commit comments