This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed api versions to remove popup with warning on Android P (#97)
* Changed api versions. Changed framework version. * Update AndroidManifest.xml
- Loading branch information
1 parent
1a137dd
commit c9b8954
Showing
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.0" package="com.xamarin.samples.taskyandroid" android:versionCode="2"> | ||
<application android:label="Tasky" android:debuggable="true" android:icon="@drawable/icon" android:theme="@style/Theme.Tasky"></application> | ||
<uses-sdk android:minSdkVersion="15" /> | ||
</manifest> | ||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="25" /> | ||
</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