Skip to content

Commit a7f470e

Browse files
authored
Merge pull request #69 from StringCare/develop
v3.6.3
2 parents 6397e82 + afa884e commit a7f470e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
ext.kotlin_version = '1.3.50'
44

55
ext {
6-
stringcare_version = '3.6.1'
6+
stringcare_version = '3.6.3'
77
}
88

99
repositories {

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.jfrog.bintray'
66

7-
version = "3.6.2"
7+
version = "3.6.3"
88

99
android {
1010
compileSdkVersion 28

0 commit comments

Comments
 (0)