This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bumps Android and iOS version numbers.
- Changes the Xamarin.Google.Guava dependency version for projects using MonoAndroid <= v8.0. - Using the PATCH Version number inside the make script.
- Loading branch information
1 parent
3efb839
commit 7a3eb4b
Showing
12 changed files
with
159 additions
and
14,805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
Examples/AnylineExamples.Droid/Properties/AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="29.1.1" package="com.anyline.xamarin.examples" android:installLocation="auto"> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" /> | ||
<uses-permission android:name="android.permission.CAMERA" /> | ||
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" android:largeHeap="true"></application> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="30.0.0" package="com.anyline.xamarin.examples" android:installLocation="auto"> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" /> | ||
<uses-permission android:name="android.permission.CAMERA" /> | ||
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" android:largeHeap="true"> | ||
</application> | ||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDisplayName</key> | ||
<string>Xamarin.iOS Examples</string> | ||
<key>MinimumOSVersion</key> | ||
<string>12.0</string> | ||
<key>UIDeviceFamily</key> | ||
<array> | ||
<integer>1</integer> | ||
<integer>2</integer> | ||
</array> | ||
<key>CFBundleShortVersionString</key> | ||
<string>29.1.0</string> | ||
<key>UILaunchStoryboardName</key> | ||
<string>MainStoryboard.storyboard</string> | ||
<key>UIMainStoryboardFile</key> | ||
<string>MainStoryboard</string> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
</array> | ||
<key>NSCameraUsageDescription</key> | ||
<string>Yes we scan!</string> | ||
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key> | ||
<array> | ||
<string>A0000002471001</string> | ||
</array> | ||
<key>NFCReaderUsageDescription</key> | ||
<string>Please allow NFC access to read passports</string> | ||
<key>CFBundleName</key> | ||
<string>Xamarin.iOS Examples</string> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.anyline.xamarin.examples</string> | ||
</dict> | ||
</plist> | ||
<dict> | ||
<key>CFBundleDisplayName</key> | ||
<string>Xamarin.iOS Examples</string> | ||
<key>MinimumOSVersion</key> | ||
<string>12.0</string> | ||
<key>UIDeviceFamily</key> | ||
<array> | ||
<integer>1</integer> | ||
<integer>2</integer> | ||
</array> | ||
<key>CFBundleShortVersionString</key> | ||
<string>30.0.0</string> | ||
<key>UILaunchStoryboardName</key> | ||
<string>MainStoryboard.storyboard</string> | ||
<key>UIMainStoryboardFile</key> | ||
<string>MainStoryboard</string> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
</array> | ||
<key>NSCameraUsageDescription</key> | ||
<string>Yes we scan!</string> | ||
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key> | ||
<array> | ||
<string>A0000002471001</string> | ||
</array> | ||
<key>NFCReaderUsageDescription</key> | ||
<string>Please allow NFC access to read passports</string> | ||
<key>CFBundleName</key> | ||
<string>Xamarin.iOS Examples</string> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.anyline.xamarin.examples</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.