rename app

This commit is contained in:
balazsmanus@chameleon
2025-02-25 15:19:30 +01:00
parent 736600c846
commit 2e4ee0c5ae
3 changed files with 6 additions and 3 deletions

3
refilc/.gitignore vendored
View File

@@ -77,3 +77,6 @@ UserInterfaceState.xcuserstate
**/ios/Flutter/flutter_export_environment.sh
**/ios/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*
#don't include debugging symbols, bc they get generated on build
debug-info/

View File

@@ -53,7 +53,7 @@ subprojects {
}
android {
namespace = "hu.firka.naplo"
namespace = "app.firka.legacy"
ndkVersion "27.2.12479018"
@@ -72,7 +72,7 @@ android {
}
defaultConfig {
applicationId "hu.firka.naplo"
applicationId "app.firka.legacy"
minSdkVersion 24
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()

View File

@@ -13,4 +13,4 @@
-dontwarn org.joda.convert.FromString
-dontwarn org.joda.convert.ToString
#-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*