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.
1 parent cd14de6 commit 6667378Copy full SHA for 6667378
build.gradle
@@ -2,7 +2,7 @@
2
buildscript {
3
4
ext {
5
- stringcare_version = '0.5'
+ stringcare_version = '0.6'
6
}
7
8
repositories {
sample/build.gradle
@@ -36,8 +36,8 @@ dependencies {
36
})
37
implementation 'com.android.support:appcompat-v7:26.1.0'
38
testImplementation 'junit:junit:4.12'
39
- implementation project(path: ':library')
40
- // implementation "com.stringcare:library:$stringcare_version"
+ // implementation project(path: ':library')
+ implementation "com.stringcare:library:$stringcare_version"
41
42
43
0 commit comments