Skip to content

Commit

Permalink
Merge pull request #69 from StringCare/develop
Browse files Browse the repository at this point in the history
v3.6.3
  • Loading branch information
efraespada authored Dec 31, 2019
2 parents 6397e82 + afa884e commit a7f470e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.kotlin_version = '1.3.50'

ext {
stringcare_version = '3.6.1'
stringcare_version = '3.6.3'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
compileSdkVersion 28
Expand Down

0 comments on commit a7f470e

Please sign in to comment.