Skip to content

Commit

Permalink
fix: Adjust the target SDK version of Samples app on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Oct 1, 2024
1 parent 0e6eeab commit dc9da22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="uno.platform.unosampleapp" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" />
<!-- NOTE: Add permissions in AssemblyInfo.cs -->
<application android:label="SamplesApp" android:usesCleartextTraffic="true">
<!-- Set an API key locally to test the MapControl - https://developers.google.com/maps/documentation/android-sdk/get-api-key -->
Expand Down

0 comments on commit dc9da22

Please sign in to comment.