Skip to content

Commit 2114628

Browse files
committed
Update app version to 1.4(4)
1 parent eb3f0c2 commit 2114628

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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="3"
5-
android:versionName="1.3" >
4+
android:versionCode="4"
5+
android:versionName="1.4" >
66

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

hellocharts-library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
defaultConfig {
2929
minSdkVersion 8
3030
targetSdkVersion 21
31-
versionCode 3
32-
versionName '1.3'
31+
versionCode 4
32+
versionName '1.4'
3333
}
3434

3535
sourceSets {

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="3"
5-
android:versionName="1.3" >
4+
android:versionCode="4"
5+
android:versionName="1.4" >
66

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

hellocharts-samples/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
defaultConfig {
2020
minSdkVersion 8
2121
targetSdkVersion 21
22-
versionCode 3
23-
versionName '1.3'
22+
versionCode 4
23+
versionName '1.4'
2424
}
2525

2626
sourceSets {

hellocharts-samples/res/values/styles.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<resources>
22

33
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
4-
<item name="colorPrimary">@color/holo_orange</item>
5-
<item name="colorPrimaryDark">@color/holo_orange_dark</item>
4+
<item name="colorPrimary">@color/holo_blue</item>
5+
<item name="colorPrimaryDark">@color/holo_blue_dark</item>
66
</style>
77

88
<style name="AppTheme" parent="AppBaseTheme"></style>

0 commit comments

Comments
 (0)