Skip to content

Commit fc1994a

Browse files
author
Efra Espada
committed
v1.5 verified
1 parent 6bbf576 commit fc1994a

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies {
3838
})
3939
implementation 'com.android.support:appcompat-v7:28.0.0'
4040
testImplementation 'junit:junit:4.12'
41-
implementation project(path: ':library')
42-
// implementation "com.stringcare:library:$stringcare_version"
41+
// implementation project(path: ':library')
42+
implementation "com.stringcare:library:$stringcare_version"
4343
}
4444

4545

build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33

44
ext {
5-
stringcare_version = '1.2'
5+
stringcare_version = '1.5'
66
}
77

88
repositories {
@@ -15,8 +15,8 @@ buildscript {
1515
}
1616

1717
dependencies {
18-
// classpath "com.stringcare:plugin:$stringcare_version"
19-
classpath files('../GradlePlugin/build/libs/plugin-1.2.jar')
18+
classpath "com.stringcare:plugin:$stringcare_version"
19+
// classpath files('../GradlePlugin/build/libs/plugin-1.2.jar')
2020
// classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
2121
classpath 'com.android.tools.build:gradle:3.4.0'
2222
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
@@ -39,8 +39,4 @@ task clean(type: Delete) {
3939
delete rootProject.buildDir
4040
}
4141

42-
apply plugin: StringCare
43-
44-
stringcare {
45-
debug true
46-
}
42+
apply plugin: StringCare

0 commit comments

Comments
 (0)