File tree 4 files changed +14
-9
lines changed
4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
- ## Android工具类库 [ ![ Build Status] ( https://travis-ci.org/kibotu/android-utils.svg?branch=master )] ( https://travis-ci.org/kibotu/android-utils ) [ ![ ] ( https://jitpack.io/v/kibotu/android-utils.svg )] ( https://jitpack.io/#kibotu/android-utils ) [ ![ API] ( https://img.shields.io/badge/API-3%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=3 ) [ ![ Gradle Version] ( https://img.shields.io/badge/gradle-2.13-green.svg )] ( https://docs.gradle.org/current/release-notes ) [ ![ Licence] ( https://img.shields.io/badge/licence-Apache-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
1
+ ## Android工具类库 [ ![ Build Status] ( https://travis-ci.org/jingle1267/android-utils.svg?branch=master )] ( https://travis-ci.org/jingle1267/android-utils )
2
+ [ ![ Download] ( https://api.bintray.com/packages/ihongqiqu/maven/android-utils/images/download.svg ) ] ( https://bintray.com/ihongqiqu/maven/android-utils/_latestVersion )
3
+ [ ![ API] ( https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=15 ) [ ![ Gradle Version] ( https://img.shields.io/badge/gradle-3.3-green.svg )] ( https://docs.gradle.org/current/release-notes ) [ ![ Licence] ( https://img.shields.io/badge/licence-Apache-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
4
+
2
5
3
6
囊括了一大部分Android应用开发过程当中常用的工具类。工具类来源整理自网络和自己编写。
4
7
@@ -124,15 +127,16 @@ allprojects {
124
127
repositories {
125
128
// other repositories
126
129
maven {
127
- url "http://hongqiqu .bintray.com/maven"
130
+ url "http://dl .bintray.com/ihongqiqu /maven"
128
131
}
129
132
}
130
133
}
131
134
```
132
135
136
+
133
137
``` xml
134
138
dependencies {
135
- compile 'com.ihongqiqu.util :android-utils:1.0.0 '
139
+ compile 'com.ihongqiqu:android-utils:1.0.2 '
136
140
}
137
141
```
138
142
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
})
30
30
compile ' com.android.support:appcompat-v7:25.1.0'
31
31
// compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
32
- compile ' com.ihongqiqu.util :android-utils:1.0.1 '
32
+ compile ' com.ihongqiqu:android-utils:1.0.2 '
33
33
// testCompile 'junit:junit:4.12'
34
34
// compile project(path: ':util')
35
35
}
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ allprojects {
16
16
repositories {
17
17
jcenter()
18
18
maven {
19
- url " http://hongqiqu.bintray.com/maven"
19
+ // url "http://hongqiqu.bintray.com/maven"
20
+ url " http://dl.bintray.com/ihongqiqu/maven"
20
21
}
21
22
}
22
23
tasks. getByPath(" :util:mavenAndroidJavadocs" ). enabled = false
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
minSdkVersion 15
10
10
targetSdkVersion 25
11
11
versionCode 1
12
- versionName " 1.0"
12
+ versionName " 1.0.2 "
13
13
14
14
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
15
15
@@ -34,10 +34,10 @@ dependencies {
34
34
}
35
35
36
36
publish {
37
- userOrg = ' hongqiqu '
38
- groupId = ' com.ihongqiqu.util '
37
+ userOrg = ' ihongqiqu '
38
+ groupId = ' com.ihongqiqu'
39
39
artifactId = ' android-utils'
40
- publishVersion = ' 1.0.1 '
40
+ publishVersion = ' 1.0.2 '
41
41
desc = ' android utils'
42
42
website = ' https://github.com/jingle1267/android-utils'
43
43
}
You can’t perform that action at this time.
0 commit comments