Skip to content

Commit 6667378

Browse files
committed
gradle
1 parent cd14de6 commit 6667378

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33

44
ext {
5-
stringcare_version = '0.5'
5+
stringcare_version = '0.6'
66
}
77

88
repositories {

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ dependencies {
3636
})
3737
implementation 'com.android.support:appcompat-v7:26.1.0'
3838
testImplementation 'junit:junit:4.12'
39-
implementation project(path: ':library')
40-
// implementation "com.stringcare:library:$stringcare_version"
39+
// implementation project(path: ':library')
40+
implementation "com.stringcare:library:$stringcare_version"
4141
}
4242

4343

0 commit comments

Comments
 (0)