Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Changed api versions to remove popup with warning on Android P (#97)
Browse files Browse the repository at this point in the history
* Changed api versions.
Changed framework version.

* Update AndroidManifest.xml
  • Loading branch information
Andrey Mitsyk authored and conceptdev committed Jun 7, 2018
1 parent 1a137dd commit c9b8954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tasky/TaskyAndroid/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:versionName="2.0" package="com.xamarin.samples.taskyandroid" android:versionCode="2">
<application android:label="Tasky" android:debuggable="true" android:icon="@drawable/icon" android:theme="@style/Theme.Tasky"></application>
<uses-sdk android:minSdkVersion="15" />
</manifest>
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="25" />
</manifest>
2 changes: 1 addition & 1 deletion Tasky/TaskyAndroid/TaskyAndroid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AssemblyName>TaskyAndroid</AssemblyName>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
</PropertyGroup>
Expand Down

0 comments on commit c9b8954

Please sign in to comment.