summaryrefslogtreecommitdiff
path: root/PagesGallery
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2016-10-04 00:45:57 +0100
committerGitHub <noreply@github.com>2016-10-04 00:45:57 +0100
commitb645064d939201a7df7cc67917b4c31c450a7a89 (patch)
tree6699bcfe7c88a35a094b06d65bd584a8f7b79723 /PagesGallery
parent5372d216df44bf09a160cfd9649ce97776ed343d (diff)
downloadxamarin-forms-b645064d939201a7df7cc67917b4c31c450a7a89.tar.gz
xamarin-forms-b645064d939201a7df7cc67917b4c31c450a7a89.tar.bz2
xamarin-forms-b645064d939201a7df7cc67917b4c31c450a7a89.zip
Fix tests on IOS10 [Do not merge] (#373)
* [UITests] Update packages * [UITests] Fix formatting * [UITests] Fix tests * Add badges * Update Android csproj * fix
Diffstat (limited to 'PagesGallery')
-rw-r--r--PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj b/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj
index 6312a948..0b3fa329 100644
--- a/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj
+++ b/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj
@@ -17,7 +17,7 @@
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
- <TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v7.0</TargetFrameworkVersion>
<AndroidSupportedAbis>armeabi,armeabi-v7a,x86</AndroidSupportedAbis>
<AndroidStoreUncompressedFileExtensions />
<MandroidI18n />