diff options
| author | Albin <albin@mullvad.net> | 2023-09-07 09:26:05 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-09-22 13:20:14 +0200 |
| commit | 84f6868ca47d00c04e0923fbb7ca2e7482c34ceb (patch) | |
| tree | 8f82b7a549a43d5ab7fc952d47c2df647c3a07bf /android/app/src | |
| parent | 990b5f8df1a79a441fe3910470822538a8e4e476 (diff) | |
| download | mullvadvpn-84f6868ca47d00c04e0923fbb7ca2e7482c34ceb.tar.xz mullvadvpn-84f6868ca47d00c04e0923fbb7ca2e7482c34ceb.zip | |
Support running under build variant app ids
Diffstat (limited to 'android/app/src')
| -rw-r--r-- | android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt index 05e7548b9f..3c4315ecb9 100644 --- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt +++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt @@ -89,4 +89,4 @@ val uiModule = module { } const val SELF_PACKAGE_NAME = "SELF_PACKAGE_NAME" -const val APP_PREFERENCES_NAME = "net.mullvad.mullvadvpn.app_preferences" +const val APP_PREFERENCES_NAME = "${BuildConfig.APPLICATION_ID}.app_preferences" |
