Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jan 10, 2016
1 parent 9515336 commit 8bfdcee
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.billthefarmer.tuner"
android:versionCode="106"
android:versionName="1.06" >
android:versionCode="107"
android:versionName="1.07" >

<uses-sdk
android:minSdkVersion="11"
Expand Down
1 change: 1 addition & 0 deletions res/layout-land/activity_main.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
Expand Down
2 changes: 1 addition & 1 deletion res/layout/help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:id="@+id/help"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="16sp"
android:textSize="18sp"
android:textIsSelectable="true" />

</ScrollView>
1 change: 1 addition & 0 deletions res/menu/activity_main.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android" >

Expand Down
3 changes: 2 additions & 1 deletion res/values-v11/styles.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!--
Expand All @@ -8,4 +9,4 @@
<!-- API 11 theme customizations can go here. -->
</style>

</resources>
</resources>
3 changes: 2 additions & 1 deletion res/values-v14/styles.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!--
Expand All @@ -9,4 +10,4 @@
<!-- API 14 theme customizations can go here. -->
</style>

</resources>
</resources>
3 changes: 2 additions & 1 deletion res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!--
Expand All @@ -17,4 +18,4 @@
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>

</resources>
</resources>

0 comments on commit 8bfdcee

Please sign in to comment.