File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ buildscript {
1616
1717 dependencies {
1818 // classpath "com.stringcare:plugin:$stringcare_version"
19- // classpath files('../GradlePlugin/build/libs/plugin-0.9.jar')
20- classpath files(' ..\\ GradlePlugin\\ build\\ libs\\ plugin-0.9.jar' )
19+ classpath files(' ../GradlePlugin/build/libs/plugin-0.9.jar' )
20+ // classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
2121 classpath ' com.android.tools.build:gradle:3.2.1'
2222 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2323 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
@@ -29,6 +29,9 @@ allprojects {
2929 mavenCentral()
3030 jcenter()
3131 google()
32+ maven {
33+ url " https://plugins.gradle.org/m2/"
34+ }
3235 }
3336}
3437
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.9 -all.zip
You can’t perform that action at this time.
0 commit comments