Skip to content

Commit

Permalink
Preparing for Android Sensus release v0.10.0-prerelease.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed May 12, 2015
1 parent cb606ae commit 27ee8ee
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="0.9.0-prerelease" android:versionCode="10">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="edu.virginia.sie.ptl.sensus" android:versionName="0.10.0-prerelease" android:versionCode="11">
<uses-sdk android:minSdkVersion="16" />
<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 27ee8ee

Please sign in to comment.