Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
domjos1994 committed Sep 22, 2020
1 parent 0253051 commit 159dc36
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static void saveAndOpenFile(byte[] array, Activity activity) throws Excep
public static void loadAd(Context context) {
if(MainActivity.GLOBALS.getSettings(context).showAd()) {
InterstitialAd interstitialAd = new InterstitialAd(context);
interstitialAd.setAdUnitId(context.getString(R.string.ad_mob_key_testing));
interstitialAd.setAdUnitId(context.getString(R.string.ad_mob_key));
// ToDo replace with interstitialAd.setAdUnitId(context.getString(R.string.ad_mob_key));
interstitialAd.loadAd(new AdRequest.Builder().build());
interstitialAd.setAdListener(new AdListener() {
Expand Down
3 changes: 0 additions & 3 deletions changelog/de.txt

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/en.txt

This file was deleted.

0 comments on commit 159dc36

Please sign in to comment.