diff --git a/refilc/.gitignore b/refilc/.gitignore index 08d7ed6c..53f407f1 100644 --- a/refilc/.gitignore +++ b/refilc/.gitignore @@ -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/ \ No newline at end of file diff --git a/refilc/android/app/build.gradle b/refilc/android/app/build.gradle index bb4dd2ca..2af07fba 100644 --- a/refilc/android/app/build.gradle +++ b/refilc/android/app/build.gradle @@ -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() diff --git a/refilc/android/app/proguard-rules.pro b/refilc/android/app/proguard-rules.pro index 00aeccca..1766fc0a 100644 --- a/refilc/android/app/proguard-rules.pro +++ b/refilc/android/app/proguard-rules.pro @@ -13,4 +13,4 @@ -dontwarn org.joda.convert.FromString -dontwarn org.joda.convert.ToString -#-optimizations !code/simplification/arithmetic,!field/*,!class/merging/* \ No newline at end of file +-optimizations !code/simplification/arithmetic,!field/*,!class/merging/* \ No newline at end of file