File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22buildscript {
33
44 ext {
5- stringcare_version = ' 0.9 '
5+ stringcare_version = ' 1.1 '
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-0.9.jar' )
18+ classpath " com.stringcare:plugin:$stringcare_version "
19+ // classpath files('../GradlePlugin/build/libs/plugin-0.9.jar')
2020 // 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"
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ install {
8585}
8686
8787task sourcesJar (type : Jar ) {
88- from android. sourceSets. main. java. srcDirs
8988 classifier = ' sources'
89+ from android. sourceSets. main. java. srcDirs
9090}
9191
9292task javadoc (type : Javadoc ) {
@@ -98,7 +98,6 @@ task javadoc(type: Javadoc) {
9898task javadocJar (type : Jar , dependsOn : javadoc) {
9999 classifier = ' javadoc'
100100 from javadoc. destinationDir
101-
102101}
103102
104103artifacts {
You can’t perform that action at this time.
0 commit comments