Skip to content

Commit

Permalink
Change target SDK version to 29 for Contoso.Forms.Droid
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Chichuk committed Nov 17, 2020
1 parent 421a4be commit 876ade8
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 876ade8

Please sign in to comment.