Skip to content

Commit

Permalink
fix android build settings(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-sumiya committed Aug 24, 2024
1 parent b9fe7a8 commit 39d573e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="red.hiro.hitomi_search_plus">
<uses-permission android:name="android.permission.INTERNET"/>
<application android:label="Hitomi Search Plus" android:name="${applicationName}" android:icon="@mipmap/ic_launcher">
<activity android:name=".MainActivity" android:exported="true" android:launchMode="singleTop" android:taskAffinity="" android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.hitomi_search_plus
package red.hiro.hitomi_search_plus

import io.flutter.embedding.android.FlutterActivity

Expand Down

0 comments on commit 39d573e

Please sign in to comment.