Skip to content

Commit 9f4b642

Browse files
committed
delete libs to reduce repo size and cancel library pulish
1 parent a40ed45 commit 9f4b642

18 files changed

+9
-5
lines changed

build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.1.2'
9-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
10-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
11-
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.0.0"
12-
// NOTE: Do not place your application dependencies here; they belong
9+
10+
// uncomment the follow 3 lines to do bintray upload
11+
//classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
12+
//classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
13+
//classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.0.0"
14+
15+
// NOTE: Do not place your application dependencies here; they belong
1316
// in the individual module build.gradle files
1417
}
1518
}

library/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ dependencies {
2727
testCompile 'junit:junit:4.12'
2828
}
2929

30-
apply from: 'bintray.gradle'
30+
// uncomment the follow line to do bintray upload
31+
//apply from: 'bintray.gradle'
-6.14 MB
Binary file not shown.
-58 KB
Binary file not shown.
-739 KB
Binary file not shown.
-1.34 MB
Binary file not shown.
-213 KB
Binary file not shown.
-222 KB
Binary file not shown.
-73.4 KB
Binary file not shown.
-293 KB
Binary file not shown.

0 commit comments

Comments
 (0)