diff options
author | Rui Marinho <me@ruimarinho.net> | 2016-10-04 00:45:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-04 00:45:57 +0100 |
commit | b645064d939201a7df7cc67917b4c31c450a7a89 (patch) | |
tree | 6699bcfe7c88a35a094b06d65bd584a8f7b79723 /Xamarin.Forms.ControlGallery.Android | |
parent | 5372d216df44bf09a160cfd9649ce97776ed343d (diff) | |
download | xamarin-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 'Xamarin.Forms.ControlGallery.Android')
-rw-r--r-- | Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj b/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj index d42dbf37..199e16d6 100644 --- a/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj +++ b/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj @@ -15,7 +15,7 @@ <AndroidApplication>true</AndroidApplication> <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile> <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> - <TargetFrameworkVersion>v6.0</TargetFrameworkVersion> + <TargetFrameworkVersion>v7.0</TargetFrameworkVersion> <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest> <AndroidSupportedAbis>armeabi-v7a,x86</AndroidSupportedAbis> <AndroidStoreUncompressedFileExtensions /> |