File tree 7 files changed +36
-46
lines changed
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 {
24
24
testCompile ' junit:junit:4.12'
25
25
compile ' com.android.support:appcompat-v7:23.3.0'
26
26
compile project(' :utilcode' )
27
- // compile 'com.github.Blankj:AndroidUtilCode:v1.0.0'
28
27
}
28
+
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ buildscript {
7
7
dependencies {
8
8
classpath ' com.android.tools.build:gradle:2.1.2'
9
9
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
10
+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
10
11
// NOTE: Do not place your application dependencies here; they belong
11
12
// in the individual module build.gradle files
12
13
}
@@ -15,7 +16,6 @@ buildscript {
15
16
allprojects {
16
17
repositories {
17
18
jcenter()
18
- // maven { url "https://jitpack.io" }
19
19
}
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -23,5 +23,7 @@ android {
23
23
24
24
dependencies {
25
25
compile fileTree(dir : ' libs' , include : [' *.jar' ])
26
+ provided ' com.android.support:appcompat-v7:23.3.0'
26
27
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 88
88
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/bundles" />
89
89
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/classes" />
90
90
<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" />
91
95
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/incremental" />
92
96
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/incremental-safeguard" />
93
97
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/jniLibs" />
104
108
</content >
105
109
<orderEntry type =" jdk" jdkName =" Android API 23 Platform" jdkType =" Android SDK" />
106
110
<orderEntry type =" sourceFolder" forTests =" false" />
111
+ <orderEntry type =" library" exported =" " name =" support-v4-23.3.0" level =" project" />
107
112
<orderEntry type =" library" exported =" " scope =" TEST" name =" hamcrest-core-1.3" level =" project" />
108
113
<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" />
109
118
</component >
110
119
</module >
You can’t perform that action at this time.
0 commit comments