File tree Expand file tree Collapse file tree 4 files changed +2
-210
lines changed
src/main/java/zone/com/zrefreshlayout Expand file tree Collapse file tree 4 files changed +2
-210
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,5 @@ dependencies {
4444 exclude module : ' support-compat'
4545 }
4646 kapt ' com.jakewharton:butterknife-compiler:8.8.1'
47- // api 'com.google.code.gson:gson:2.8.2'
48- }
49- repositories {
50- mavenCentral()
47+ api ' com.google.code.gson:gson:2.8.2'
5148}
Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ buildscript {
88 google()
99 }
1010 dependencies {
11- // classpath 'com.android.tools.build:gradle:2.0.0'
12- //
13- // classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
14- // classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1511
1612 classpath ' com.android.tools.build:gradle:3.1.4'
1713 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
Original file line number Diff line number Diff line change @@ -71,13 +71,4 @@ uploadArchives {
7171}
7272repositories {
7373 mavenCentral()
74- }
75- // uncomment to build a jar file in addition to the default aar file
76- // android.libraryVariants.all { variant ->
77- // def name = variant.buildType.name
78- // def task = project.tasks.create "jar${name.capitalize()}", Jar
79- // task.dependsOn variant.javaCompile
80- // task.from variant.javaCompile.destinationDir
81- // artifacts.add('archives', task);
82- // }
83- // ---------------jitPack 文档注释Over------------------------
74+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments