Skip to content

Commit

Permalink
Update version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lecho committed Mar 9, 2015
1 parent 28a6c94 commit 5a1aab1
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.2
VERSION_CODE=7
VERSION_NAME=1.5.3
VERSION_CODE=8
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="7"
android:versionName="1.5.2" >
android:versionCode="8"
android:versionName="1.5.3" >

<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="7"
android:versionName="1.5.2" >
android:versionCode="8"
android:versionName="1.5.3" >

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

0 comments on commit 5a1aab1

Please sign in to comment.