File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ buildscript {
77 }
88 dependencies {
99 classpath ' com.android.tools.build:gradle:4.1.3'
10-
11- // NOTE: Do not place your application dependencies here; they belong
12- // in the individual module build.gradle files
13- classpath ' com.novoda:bintray-release:0.5.0'
1410 }
1511}
1612
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2- apply plugin : ' com.novoda.bintray-release'
32android {
43 compileSdkVersion 28
54 defaultConfig {
@@ -23,13 +22,3 @@ dependencies {
2322 implementation ' androidx.appcompat:appcompat:1.2.0'
2423}
2524
26- publish {
27- userOrg = ' ethanhua'
28- groupId = ' com.ethanhua'
29- artifactId = ' skeleton'
30- publishVersion = ' 1.1.2'
31- bintrayUser = ' ethanhua'
32- bintrayKey = ' '
33- desc = ' a library provider a easy way to show skeleton loading view'
34- website = ' https://github.com/ethanhua/Skeleton'
35- }
You can’t perform that action at this time.
0 commit comments