mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-17 11:32:05 +00:00
display correct ads
This commit is contained in:
parent
d4cdee6237
commit
e8c3d289ee
1 changed files with 0 additions and 3 deletions
|
|
@ -33,9 +33,6 @@ enum class AdType {
|
|||
|
||||
val adUnitID: String
|
||||
get() {
|
||||
if (BuildConfig.DEBUG || BuildConfig.TESTING_LEVEL == "staff" || BuildConfig.TESTING_LEVEL == "alpha") {
|
||||
return "ca-app-pub-3940256099942544/5224354917"
|
||||
}
|
||||
return when (this) {
|
||||
ARMOIRE -> "ca-app-pub-5911973472413421/9392092486"
|
||||
SPELL -> "ca-app-pub-5911973472413421/1738504765"
|
||||
|
|
|
|||
Loading…
Reference in a new issue