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

Commit

Permalink
[multitasking] update android min/target versions (#107)
Browse files Browse the repository at this point in the history
* update android min/target versions

fixes #106

* update readme & screenshots
  • Loading branch information
conceptdev authored Nov 1, 2018
1 parent 8a4c7fc commit 8a537de
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AssemblyName>AndroidMultiThreading</AssemblyName>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
Expand Down Expand Up @@ -77,7 +77,7 @@
<AndroidResource Include="Resources\values\Strings.xml" />
<AndroidResource Include="Resources\drawable\Icon.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<ItemGroup>
<AndroidResource Include="Resources\values\styles.xml" />
</ItemGroup>
Expand Down
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:versionCode="2" android:versionName="2.0" package="AndroidMultiThreading.AndroidMultiThreading" android:installLocation="auto">
<uses-sdk android:minSdkVersion="27" android:targetSdkVersion="23" />
<uses-sdk android:minSdkVersion="23" />
<application android:label="AndroidMultiThreading" android:theme="@style/MainTheme"></application>
</manifest>
6 changes: 2 additions & 4 deletions MultiThreading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ MultiTasking

Simple example of using a background thread to perform a long running task.

Includes two examples: updating the UI thread on completion and starting tasks that run without a notification at the end.

Includes two examples: updating the UI thread on completion and starting tasks that run without a notification at the end.

Authors
-------

Bryan Costanich,
Craig Dunn
Bryan Costanich, Craig Dunn
Binary file modified MultiThreading/Screenshots/Android/01-Home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified MultiThreading/Screenshots/Android/02-Progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8a537de

Please sign in to comment.