File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments