Change app package name to app.passwordstore
This commit is contained in:
parent
edbd221789
commit
010c6e227c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ android {
|
|||
compileOptions { isCoreLibraryDesugaringEnabled = true }
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "dev.msfjarvis.aps"
|
||||
applicationId = "app.passwordstore"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue