Skip to content

Commit

Permalink
Preparing for Android Sensus release v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed Jun 3, 2015
1 parent bdb1c66 commit 1c78974
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 112 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="0.10.0-prerelease" android:versionCode="11">
<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">
<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
212 changes: 106 additions & 106 deletions Sensus.Android/Resources/Resource.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Sensus.Android/Sensus.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@
<AndroidLinkMode>None</AndroidLinkMode>
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
<AndroidStoreUncompressedFileExtensions>
</AndroidStoreUncompressedFileExtensions>
<JavaOptions>
</JavaOptions>
<AndroidSupportedAbis>armeabi;armeabi-v7a;x86</AndroidSupportedAbis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion SensusService/SensusServiceHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -755,4 +755,4 @@ public virtual void Dispose()
SINGLETON = null;
}
}
}
}

0 comments on commit 1c78974

Please sign in to comment.