Skip to content

Commit e6cab4d

Browse files
committed
去掉部分项目的support-v7包的引用
1 parent 48fd7a0 commit e6cab4d

File tree

10 files changed

+11
-262
lines changed

10 files changed

+11
-262
lines changed

.idea/findbugs-idea.xml

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

.idea/gradle.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bottomtab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ android {
2727
}
2828

2929
dependencies {
30-
compile fileTree(dir: 'libs', include: ['*.jar'])
30+
// compile fileTree(dir: 'libs', include: ['*.jar'])
3131
}
3232
apply from: 'bintrayUpload.gradle'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.0-alpha5'
8+
classpath 'com.android.tools.build:gradle:2.1.0'
99
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1010
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
1111
}

effectdialog/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
}
2727

2828
dependencies {
29-
compile fileTree(include: ['*.jar'], dir: 'libs')
29+
// compile fileTree(include: ['*.jar'], dir: 'libs')
3030
compile 'com.nineoldandroids:library:2.4.0'
3131
}
3232
//apply from: 'bintrayUpload.gradle'

sweetalert/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
}
2020

2121
dependencies {
22-
compile fileTree(dir: 'libs', include: ['*.jar'])
22+
// compile fileTree(dir: 'libs', include: ['*.jar'])
2323
compile 'com.pnikosis:materialish-progress:1.0'
2424
}
2525
//apply from: 'bintrayUpload.gradle'

togglebutton/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ android {
1919
}
2020

2121
dependencies {
22-
compile fileTree(dir: 'libs', include: ['*.jar'])
23-
testCompile 'junit:junit:4.12'
24-
compile 'com.android.support:appcompat-v7:23.2.1'
2522
}

xtoast/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ android {
1919
}
2020

2121
dependencies {
22-
compile fileTree(dir: 'libs', include: ['*.jar'])
2322
}
2423
//apply from: 'bintrayUpload.gradle'

0 commit comments

Comments
 (0)