Skip to content

Commit

Permalink
[Button] Add uses-sdk to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Mar 25, 2020
1 parent b7c5702 commit 7bad1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Button/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="mono.samples.button">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />
</manifest>

0 comments on commit 7bad1e2

Please sign in to comment.