Compare commits
2 Commits
5c52b556ec
...
7ef87e103c
Author | SHA1 | Date | |
---|---|---|---|
7ef87e103c | |||
e7fc49e160 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -105,6 +105,5 @@ tool_logs/build/*.log
|
||||
tool_logs/d8dx_fix/*.log
|
||||
tool_logs/pub_fix/*.log
|
||||
|
||||
|
||||
#keystore
|
||||
secrets/keystore.properties
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user