removed dynamic icon, fixed tools.py

This commit is contained in:
Marton Kiss
2025-01-03 17:04:57 +01:00
parent 7ab14756a6
commit 654c12e9fb
8 changed files with 18 additions and 14 deletions

View File

@@ -40,6 +40,8 @@ def debugKeystorePropertiesFile = rootProject.file("debugkey.properties")
debugKeystoreProperties.load(new FileInputStream(debugKeystorePropertiesFile))
android {
namespace = "hu.refilc.naplo"
ndkVersion "25.1.8937393"
// compileSdkVersion rootProject.ext.compileSdkVersion

View File

@@ -2,9 +2,6 @@
xmlns:tools="http://schemas.android.com/tools" package="hu.refilc.naplo">
<application android:name="${applicationName}" android:label="reFilc" tools:replace="android:label" android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true" android:enableOnBackInvokedCallback="false">
<service
android:name="com.solusibejo.flutter_dynamic_icon_plus.FlutterDynamicIconPlusService"
android:stopWithTask="false"/>
<activity android:exported="true" android:name="hu.refilc.naplo.MainActivity"
android:launchMode="singleTop" android:theme="@style/LaunchTheme"