File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def isReleaseBuild() {
14
14
15
15
allprojects {
16
16
group = ' com.loopj.android'
17
- version = ' 1.4.7 '
17
+ version = ' 1.4.8-SNAPSHOT '
18
18
19
19
repositories {
20
20
mavenCentral()
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.4.7
2
- VERSION_CODE =147
1
+ VERSION_NAME =1.4.8-SNAPSHOT
2
+ VERSION_CODE =148
3
3
GROUP =com.loopj.android
4
4
5
5
POM_DESCRIPTION =An Asynchronous HTTP Library for Android
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.loopj.android.http"
4
- android : versionName =" 1.4.7"
5
- android : versionCode =" 147" >
3
+ package =" com.loopj.android.http" >
6
4
7
5
<uses-permission android : name =" android.permission.INTERNET" />
8
6
You can’t perform that action at this time.
0 commit comments