Skip to content

Commit

Permalink
Update versionCode in android manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
SerGreen committed Jan 7, 2021
1 parent 480d934 commit 37eb366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TWP Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sergreen.thewitnesspuzzles" android:versionName="1.0.9" android:installLocation="preferExternal" android:versionCode="8">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sergreen.thewitnesspuzzles" android:versionName="1.0.9" android:installLocation="preferExternal" android:versionCode="9">
<uses-sdk android:targetSdkVersion="28" />
<application android:label="The Witness Puzzles" android:icon="@drawable/Icon"></application>
</manifest>

0 comments on commit 37eb366

Please sign in to comment.