Skip to content

Commit 913b7a3

Browse files
committed
支持flex
1 parent cff53be commit 913b7a3

File tree

4 files changed

+2
-210
lines changed

4 files changed

+2
-210
lines changed

app/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
}

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

library/build.gradle

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,4 @@ uploadArchives {
7171
}
7272
repositories {
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+
}

library/src/main/java/zone/com/zrefreshlayout/NestFrameLayout2.java

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)