Skip to content

Commit

Permalink
Merge pull request #791 from predictive-technology-laboratory/develop
Browse files Browse the repository at this point in the history
Change app version
  • Loading branch information
Boukhechba authored May 27, 2019
2 parents 506104e + 81f592a commit 11d705f
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="15.16.0" android:versionCode="1520803134">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="edu.virginia.sie.ptl.sensus" android:versionName="15.17.0" android:versionCode="1520803134">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<application android:label="SensusMobile" android:icon="@drawable/ic_launcher" android:theme="@style/SensusTheme">
<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 11d705f

Please sign in to comment.