File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ buildscript {
88 dependencies {
99 classpath ' com.android.tools.build:gradle:3.6.3'
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11- classpath ' com.novoda:bintray-release:0.9.1'
1211 }
1312}
1413
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22apply plugin : ' kotlin-android'
3- apply plugin : ' com.novoda.bintray-release'
43
54android {
65 compileSdkVersion 30
@@ -30,16 +29,5 @@ android {
3029
3130dependencies {
3231 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
33- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
3432 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
35- }
36-
37- publish {
38- userOrg = ' dylancai'
39- repoName = ' maven'
40- groupId = ' com.dylanc'
41- artifactId = ' loadinghelper'
42- publishVersion = ' 2.2.0'
43- desc = ' A highly expandable Android library for showing loading status view with the low-coupling way.'
44- website = ' https://github.com/DylanCaiCoding/LoadingHelper'
4533}
You can’t perform that action at this time.
0 commit comments