Skip to content

Commit

Permalink
Updated the manifest for version 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGussio committed Jun 30, 2017
1 parent 66266dc commit 1da55d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/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="ga.gussio.ld38.earthinvaders"
android:versionCode="3"
android:versionName="Beta 0.1.2.2" >
android:versionCode="4"
android:versionName="Beta 0.1.3" >

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="24" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion android/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="app_name">EarthInvaders</string>
<string name="app_name">Earth Invaders</string>

</resources>

0 comments on commit 1da55d8

Please sign in to comment.