Skip to content

Commit

Permalink
Fix broken IS_PLAY_BUILD check
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Jun 13, 2024
1 parent 889af23 commit fbc385f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package net.mullvad.mullvadvpn.service.constant

import net.mullvad.mullvadvpn.service.BuildConfig

const val IS_PLAY_BUILD = BuildConfig.FLAVOR == "play"
const val IS_PLAY_BUILD = BuildConfig.FLAVOR_billing == "play"

0 comments on commit fbc385f

Please sign in to comment.