Change app package name to app.passwordstore

This commit is contained in:
Harsh Shandilya
2022-07-14 19:40:24 +05:30
parent edbd221789
commit 010c6e227c

View File

@@ -23,7 +23,7 @@ android {
compileOptions { isCoreLibraryDesugaringEnabled = true } compileOptions { isCoreLibraryDesugaringEnabled = true }
defaultConfig { defaultConfig {
applicationId = "dev.msfjarvis.aps" applicationId = "app.passwordstore"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }