Skip to content

Commit

Permalink
Merge pull request #24 from StringCare/develop
Browse files Browse the repository at this point in the history
v0.5
  • Loading branch information
efraespada authored Jan 24, 2018
2 parents 4247060 + 967e4c4 commit 4f5936d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gradle implementation
buildscript {

ext {
stringcare_version = '0.4'
stringcare_version = '0.5'
}

repositories {
Expand Down
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {

ext {
stringcare_version = '0.4'
stringcare_version = '0.5'
}

repositories {
Expand Down Expand Up @@ -36,3 +36,7 @@ task clean(type: Delete) {
}

apply plugin: StringCare

stringcare {
debug false
}
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "0.4"
version = "0.5"

android {
compileSdkVersion 25
Expand Down

0 comments on commit 4f5936d

Please sign in to comment.