Skip to content

Commit 7edc8cb

Browse files
committed
dev env
1 parent 443647d commit 7edc8cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

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

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

88
repositories {
@@ -16,7 +16,7 @@ buildscript {
1616

1717
dependencies {
1818
classpath "com.stringcare:plugin:$stringcare_version"
19-
// classpath files('../AndroidPlugin/build/libs/plugin-0.4.jar')
19+
classpath files('../AndroidPlugin/build/libs/plugin-0.7.jar')
2020
classpath 'com.android.tools.build:gradle:3.0.1'
2121
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2222
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

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)