Skip to content

Commit 4b9df16

Browse files
committed
Update version to 1.5.7
1 parent 6a24cd4 commit 4b9df16

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.5.6
2-
VERSION_CODE=11
1+
VERSION_NAME=1.5.7
2+
VERSION_CODE=12
33
GROUP=com.github.lecho
44

55
POM_DESCRIPTION=Charting library for Android compatible with API 8+(Android 2.2).

hellocharts-library/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="lecho.lib.hellocharts"
4-
android:versionCode="11"
5-
android:versionName="1.5.6" >
4+
android:versionCode="12"
5+
android:versionName="1.5.7" >
66

77
<uses-sdk
88
android:minSdkVersion="8"

hellocharts-samples/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="lecho.lib.hellocharts.samples"
4-
android:versionCode="11"
5-
android:versionName="1.5.6" >
4+
android:versionCode="12"
5+
android:versionName="1.5.7" >
66

77
<uses-sdk
88
android:minSdkVersion="8"

0 commit comments

Comments
 (0)