App target updated to SDK 28 (Android P) (#526)

Now that APIs have been finalised as of P Preview 3 (P Beta 2), app can target SDK 28 successfully.
This commit is contained in:
Sai 2018-06-17 21:57:31 -04:00 committed by Eugene
commit 21de932e32
2 changed files with 5 additions and 4 deletions

View file

@ -12,6 +12,7 @@
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="com.android.vending.BILLING" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<application
android:name=".App"