File tree Expand file tree Collapse file tree 7 files changed +36
-46
lines changed
Expand file tree Collapse file tree 7 files changed +36
-46
lines changed Original file line number Diff line number Diff line change 1- # built application files
2- * .apk
3- * .ap_
4- lint.xml
5-
6- # files for the dex VM
7- * .dex
8-
9- # Java class files
10- * .class
11-
12- # generated files
13- bin /
14- gen /
15- out /
16- build /
17- /* /build /
18-
19- # Local configuration file (sdk path, etc)
20- local.properties
21-
22- # Windows thumbnail db
23- Thumbs.db
24-
25- # OSX files
26- .DS_Store
27-
28- # Eclipse project files
29- .classpath
30- .project
31-
32- # Android Studio
33- * .iml
34- .idea
35-
36- # Local IDEA workspace
37- .idea /workspace.xml
38-
39- # Gradle cache
40- .gradle
41-
42- # NDK
43- obj /
1+ /*
2+ ! /utilcode
3+ ! /md
4+ ! * .md
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ dependencies {
2424 testCompile ' junit:junit:4.12'
2525 compile ' com.android.support:appcompat-v7:23.3.0'
2626 compile project(' :utilcode' )
27- // compile 'com.github.Blankj:AndroidUtilCode:v1.0.0'
2827}
28+
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ buildscript {
77 dependencies {
88 classpath ' com.android.tools.build:gradle:2.1.2'
99 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
10+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
1011 // NOTE: Do not place your application dependencies here; they belong
1112 // in the individual module build.gradle files
1213 }
@@ -15,7 +16,6 @@ buildscript {
1516allprojects {
1617 repositories {
1718 jcenter()
18- // maven { url "https://jitpack.io" }
1919 }
2020}
2121
Original file line number Diff line number Diff line change @@ -23,5 +23,7 @@ android {
2323
2424dependencies {
2525 compile fileTree(dir : ' libs' , include : [' *.jar' ])
26+ provided ' com.android.support:appcompat-v7:23.3.0'
2627 testCompile ' junit:junit:4.12'
27- }
28+ }
29+ apply from : " https://raw.githubusercontent.com/xiaopansky/android-library-publish-to-jcenter/master/bintrayUpload.gradle"
Original file line number Diff line number Diff line change 1+ # bintray
2+ bintray.user =blankj
3+ bintray.apikey =11aab0d7e68096f6f473c2fe2e371329c894b5c4
4+
5+ # developer
6+ developer.id =Blankj
7+ developer.name =Blankj
8+ developer.email =625783482@qq.com
Original file line number Diff line number Diff line change 1+ # project
2+ project.name =UtilCode
3+ project.groupId =com.blankj
4+ project.artifactId =utilcode
5+ project.packaging =aar
6+ project.siteUrl =https://github.com/Blankj/AndroidUtilCode
7+ project.gitUrl =https://github.com/Blankj/AndroidUtilCode.git
8+
9+ # javadoc
10+ javadoc.name =UtilCode
Original file line number Diff line number Diff line change 8888 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/bundles" />
8989 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/classes" />
9090 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/dependency-cache" />
91+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/animated-vector-drawable/23.3.0/jars" />
92+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.3.0/jars" />
93+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/jars" />
94+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-vector-drawable/23.3.0/jars" />
9195 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/incremental" />
9296 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/incremental-safeguard" />
9397 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/jniLibs" />
104108 </content >
105109 <orderEntry type =" jdk" jdkName =" Android API 23 Platform" jdkType =" Android SDK" />
106110 <orderEntry type =" sourceFolder" forTests =" false" />
111+ <orderEntry type =" library" exported =" " name =" support-v4-23.3.0" level =" project" />
107112 <orderEntry type =" library" exported =" " scope =" TEST" name =" hamcrest-core-1.3" level =" project" />
108113 <orderEntry type =" library" exported =" " scope =" TEST" name =" junit-4.12" level =" project" />
114+ <orderEntry type =" library" exported =" " name =" support-annotations-23.3.0" level =" project" />
115+ <orderEntry type =" library" exported =" " name =" support-vector-drawable-23.3.0" level =" project" />
116+ <orderEntry type =" library" exported =" " name =" animated-vector-drawable-23.3.0" level =" project" />
117+ <orderEntry type =" library" exported =" " name =" appcompat-v7-23.3.0" level =" project" />
109118 </component >
110119</module >
You can’t perform that action at this time.
0 commit comments