rename app
This commit is contained in:
3
refilc/.gitignore
vendored
3
refilc/.gitignore
vendored
@@ -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/
|
||||
@@ -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()
|
||||
|
||||
2
refilc/android/app/proguard-rules.pro
vendored
2
refilc/android/app/proguard-rules.pro
vendored
@@ -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/*
|
||||
Reference in New Issue
Block a user