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 82784eb commit d4272ebCopy full SHA for d4272eb
build.gradle
@@ -15,8 +15,8 @@ buildscript {
15
}
16
17
dependencies {
18
- classpath "com.stringcare:plugin:$stringcare_version"
19
- // classpath files('../GradlePlugin/build/libs/plugin-0.9.jar')
+ // classpath "com.stringcare:plugin:$stringcare_version"
+ classpath files('../GradlePlugin/build/libs/plugin-0.9.jar')
20
classpath 'com.android.tools.build:gradle:3.2.1'
21
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
22
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
0 commit comments