Skip to content

Commit db48445

Browse files
committed
Prepare 1.4.8 snapshot development
1 parent d39105a commit db48445

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def isReleaseBuild() {
1414

1515
allprojects {
1616
group = 'com.loopj.android'
17-
version = '1.4.7'
17+
version = '1.4.8-SNAPSHOT'
1818

1919
repositories {
2020
mavenCentral()

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.4.7
2-
VERSION_CODE=147
1+
VERSION_NAME=1.4.8-SNAPSHOT
2+
VERSION_CODE=148
33
GROUP=com.loopj.android
44

55
POM_DESCRIPTION=An Asynchronous HTTP Library for Android

library/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
64

75
<uses-permission android:name="android.permission.INTERNET"/>
86

0 commit comments

Comments
 (0)