mirror of
https://github.com/dstark5/Openlib.git
synced 2025-07-03 21:18:35 +08:00
finished settings and dark theme
This commit is contained in:
@ -1,6 +1,13 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
<queries>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="https" />
|
||||
</intent>
|
||||
</queries>
|
||||
<application
|
||||
android:label="Openlib"
|
||||
android:name="${applicationName}"
|
||||
|
@ -94,7 +94,6 @@ flutter:
|
||||
assets:
|
||||
- assets/
|
||||
- google_fonts/
|
||||
- assets/icons/appIcon.png
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/assets-and-images/#resolution-aware
|
||||
|
||||
|
Reference in New Issue
Block a user