Skip to content

Commit

Permalink
Update app version to 1.4(4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lecho committed Feb 1, 2015
1 parent eb3f0c2 commit 2114628
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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="3"
android:versionName="1.3" >
android:versionCode="4"
android:versionName="1.4" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
4 changes: 2 additions & 2 deletions hellocharts-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 21
versionCode 3
versionName '1.3'
versionCode 4
versionName '1.4'
}

sourceSets {
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="3"
android:versionName="1.3" >
android:versionCode="4"
android:versionName="1.4" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
4 changes: 2 additions & 2 deletions hellocharts-samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 21
versionCode 3
versionName '1.3'
versionCode 4
versionName '1.4'
}

sourceSets {
Expand Down
4 changes: 2 additions & 2 deletions hellocharts-samples/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<resources>

<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
<item name="colorPrimary">@color/holo_orange</item>
<item name="colorPrimaryDark">@color/holo_orange_dark</item>
<item name="colorPrimary">@color/holo_blue</item>
<item name="colorPrimaryDark">@color/holo_blue_dark</item>
</style>

<style name="AppTheme" parent="AppBaseTheme"></style>
Expand Down

0 comments on commit 2114628

Please sign in to comment.