Skip to content

Commit

Permalink
Preparing for Android Sensus release v2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed Jul 29, 2015
1 parent 326d90d commit 834afe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sensus.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" android:installLocation="auto" package="edu.virginia.sie.ptl.sensus" android:versionName="2.0.0" android:versionCode="13">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="edu.virginia.sie.ptl.sensus" android:versionName="2.0.1" android:versionCode="14">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21" />
<application android:label="Sensus" android:icon="@drawable/ic_launcher">
<provider android:name="android.support.v4.content.FileProvider" android:authorities="edu.virginia.sie.ptl.sensus.fileprovider" android:grantUriPermissions="true" android:exported="false">
Expand Down

0 comments on commit 834afe2

Please sign in to comment.