Skip to content

Commit

Permalink
Updated AndroidManifest to reflect new versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrobert committed Mar 22, 2018
1 parent 195a9ce commit ea839a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.xavtool" android:versionCode="101" android:versionName="1.0.1">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.xavtool" android:versionCode="1000100" android:versionName="1.0.1">
<permission android:name="android"/>
<application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/Theme.Sample">
<activity android:name="com.example.xavtool.MainActivity" android:label="@string/app_name" android:launchMode="singleTop">
Expand Down

0 comments on commit ea839a0

Please sign in to comment.