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
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

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