Skip to content

Commit

Permalink
New admob account
Browse files Browse the repository at this point in the history
  • Loading branch information
dmowski committed Jan 2, 2024
1 parent 8b7b6b6 commit b0d0748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 25,
"versionName": "0.25",
"versionCode": 28,
"versionName": "0.28",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}
}
4 changes: 1 addition & 3 deletions app/src/main/java/com/tnco/runar/util/GoogleAdUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ class GoogleAdUtils(val activity: Activity) : FullScreenContentCallback(), OnUse
}

companion object {
// For testing Rewarded Interstitial Ad: ca-app-pub-3940256099942544/5354046379
private const val TEST_INTERSTITIAL_AD_AD = "ca-app-pub-3940256099942544/5354046379"
private const val INTERSTITIAL_AD_AD = "ca-app-pub-4330541344219932/3903096074"
private const val INTERSTITIAL_AD_AD = "ca-app-pub-5358349013419780/5194664506"
}
}

0 comments on commit b0d0748

Please sign in to comment.