Skip to content

Commit

Permalink
Preparing for Android Sensus release v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed Jul 26, 2015
1 parent 9674aac commit 0a57c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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="1.0.0" android:versionCode="12">
<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">
<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 Expand Up @@ -35,4 +35,4 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
</manifest>
</manifest>
2 changes: 1 addition & 1 deletion SensusService/SensusServiceHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -889,4 +889,4 @@ public virtual void Dispose()
SINGLETON = null;
}
}
}
}

0 comments on commit 0a57c45

Please sign in to comment.