Skip to content

Commit

Permalink
[UsingXamarinInsights] Bump Android target
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Jul 27, 2015
1 parent fc06ceb commit a11d155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="HoustonForms.Android">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="15" />
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="21" />
<application android:label="InsightsXamarinForms">
</application>
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AndroidApplication>True</AndroidApplication>
<AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk>
<AssemblyName>HoustonForms.Android</AssemblyName>
<TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit a11d155

Please sign in to comment.