Skip to content

Commit

Permalink
fix App versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Boukhechba committed Jun 19, 2019
1 parent f084b94 commit 8c5251d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1" 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
2 changes: 1 addition & 1 deletion Sensus.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<key>NSCameraUsageDescription</key>
<string>Sensus uses the camera to scan participation barcodes. Sensus will not record images or video.</string>
<key>CFBundleShortVersionString</key>
<string>15.16.0</string>
<string>15.17.1</string>
<key>CFBundleVersion</key>
<string>1.1.1</string>
</dict>
Expand Down

0 comments on commit 8c5251d

Please sign in to comment.