Skip to content

Commit

Permalink
Update version to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lecho committed Sep 2, 2015
1 parent 6a24cd4 commit 4b9df16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.5.6
VERSION_CODE=11
VERSION_NAME=1.5.7
VERSION_CODE=12
GROUP=com.github.lecho

POM_DESCRIPTION=Charting library for Android compatible with API 8+(Android 2.2).
Expand Down
4 changes: 2 additions & 2 deletions hellocharts-library/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="lecho.lib.hellocharts"
android:versionCode="11"
android:versionName="1.5.6" >
android:versionCode="12"
android:versionName="1.5.7" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
4 changes: 2 additions & 2 deletions hellocharts-samples/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="lecho.lib.hellocharts.samples"
android:versionCode="11"
android:versionName="1.5.6" >
android:versionCode="12"
android:versionName="1.5.7" >

<uses-sdk
android:minSdkVersion="8"
Expand Down

0 comments on commit 4b9df16

Please sign in to comment.