Skip to content

Commit

Permalink
Merge pull request #1469 from microsoft/fix/android_sdk_version
Browse files Browse the repository at this point in the history
Change Android Target SDK Version In Demo App
  • Loading branch information
Dmitrii Chichuk authored Nov 18, 2020
2 parents 421a4be + 876ade8 commit 2528773
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.forms.demo" android:versionName="4.0.0" android:versionCode="87">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<application android:label="ACFDemo">
</application>
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
<application android:label="ACFDemo"></application>
</manifest>

0 comments on commit 2528773

Please sign in to comment.