Skip to content

Commit

Permalink
Prepare 1.5.0-SNAPSHOT dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Sep 19, 2015
1 parent 606130a commit fd4d9b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def isReleaseBuild() {

allprojects {
group = 'com.loopj.android'
version = '1.4.9'
version = '1.5.0-SNAPSHOT'

repositories {
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.4.9
VERSION_CODE=149
VERSION_NAME=1.5.0-SNAPSHOT
VERSION_CODE=150
GROUP=com.loopj.android

POM_DESCRIPTION=An Asynchronous HTTP Library for Android
Expand Down
4 changes: 2 additions & 2 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.loopj.android.http.sample"
android:versionCode="6"
android:versionName="1.4.9">
android:versionCode="7"
android:versionName="1.5.0-SNAPSHOT">

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

Expand Down

0 comments on commit fd4d9b2

Please sign in to comment.