From 654c12e9fb0007753059c3b935fcb86a5c828683 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Fri, 3 Jan 2025 17:04:57 +0100 Subject: [PATCH] removed dynamic icon, fixed tools.py --- refilc/android/app/build.gradle | 2 ++ .../android/app/src/main/AndroidManifest.xml | 3 --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- refilc/android/settings.gradle | 4 ++-- refilc/build.sh | 0 refilc/ios/Runner.xcodeproj/project.pbxproj | 18 ++++++++++++------ refilc_plus | 2 +- tools.py | 1 - 8 files changed, 18 insertions(+), 14 deletions(-) mode change 100644 => 100755 refilc/build.sh diff --git a/refilc/android/app/build.gradle b/refilc/android/app/build.gradle index 4437dee..8742755 100644 --- a/refilc/android/app/build.gradle +++ b/refilc/android/app/build.gradle @@ -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 diff --git a/refilc/android/app/src/main/AndroidManifest.xml b/refilc/android/app/src/main/AndroidManifest.xml index f22abc0..0b2193c 100644 --- a/refilc/android/app/src/main/AndroidManifest.xml +++ b/refilc/android/app/src/main/AndroidManifest.xml @@ -2,9 +2,6 @@ xmlns:tools="http://schemas.android.com/tools" package="hu.refilc.naplo"> -