File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ buildscript {
1515 }
1616
1717 dependencies {
18- classpath " com.stringcare:plugin:$stringcare_version "
19- // classpath files('../GradlePlugin/build/libs/plugin-0.9 .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')
21- classpath ' com.android.tools.build:gradle:3.2.1 '
21+ classpath ' com.android.tools.build:gradle:3.4.0 '
2222 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2323 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
2424 }
Original file line number Diff line number Diff line change 1- # Tue Jan 15 17:50:13 CET 2019
1+ # Tue May 07 22:19:17 CEST 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1 .1-all.zip
You can’t perform that action at this time.
0 commit comments