Skip to content

Commit 4f563ae

Browse files
committed
Delete AndroidManifest application
1 parent f2a9b23 commit 4f563ae

4 files changed

Lines changed: 6 additions & 14 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 15
1010
targetSdkVersion 25
1111
versionCode 2
12-
versionName "1.0.1"
12+
versionName "2.0.1"
1313
}
1414
buildTypes {
1515
release {
@@ -26,6 +26,6 @@ dependencies {
2626
compile fileTree(include: ['*.jar'], dir: 'libs')
2727
testCompile 'junit:junit:4.12'
2828
compile 'com.android.support:appcompat-v7:25.3.1'
29-
compile 'me.jessyan:rxerrorhandler:2.0'
30-
// compile project(':rxerrorhandler')
29+
// compile 'me.jessyan:rxerrorhandler:2.0.1'
30+
compile project(':rxerrorhandler')
3131
}

rxerrorhandler/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ publish {
1919
userOrg = 'jessyancoding' //bintray注册的用户名
2020
groupId = 'me.jessyan' //compile引用时的第1部分groupId
2121
artifactId = 'rxerrorhandler' //compile引用时的第2部分项目名
22-
publishVersion = '2.0' //compile引用时的第3部分版本号
22+
publishVersion = '2.0.1' //compile引用时的第3部分版本号
2323
desc = 'Error Handle Of Rxjava'
2424
website = siteUrl
2525
}

rxerrorhandler/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 15
99
targetSdkVersion 25
10-
versionCode 1
11-
versionName "2.0"
10+
versionCode 2
11+
versionName "2.0.1"
1212
}
1313
buildTypes {
1414
release {
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="me.jessyan.rxerrorhandler">
3-
4-
<application
5-
android:allowBackup="true"
6-
android:label="@string/app_name"
7-
android:supportsRtl="true">
8-
9-
</application>
10-
113
</manifest>

0 commit comments

Comments
 (0)