Skip to content

Commit

Permalink
android manifest version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lapula committed Nov 25, 2016
1 parent f9af020 commit 8bb76af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.stop2travellerclient"
android:versionCode="6"
android:versionCode="10"
android:versionName="1.0">

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.stop2travellerclient"
android:versionCode="6"
android:versionCode="10"
android:versionName="1.0">

<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 8bb76af

Please sign in to comment.