Compare commits

...

2 Commits

Author SHA1 Message Date
7ef87e103c ocd 2025-03-12 20:33:08 +01:00
e7fc49e160 fix package id 2025-03-12 20:32:50 +01:00
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -105,6 +105,5 @@ tool_logs/build/*.log
tool_logs/d8dx_fix/*.log
tool_logs/pub_fix/*.log
#keystore
secrets/keystore.properties

View File

@ -21,7 +21,7 @@ println "Keystore properties file exists: ${keystorePropertiesFile.exists()}"
println "Keystore file path: ${keystoreProperties['storeFile']}"
android {
namespace = 'hu.qwit.firka'
namespace = 'app.firka.naplo'
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@ -36,7 +36,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = 'hu.qwit.firka'
applicationId = 'app.firka.naplo'
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = 23 // bump minSdk version to android 6, since isar db requires minSdk 23