Skip to content

Commit

Permalink
back to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
domjos1994 committed Sep 22, 2020
1 parent 159dc36 commit e52712f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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));
interstitialAd.setAdUnitId(context.getString(R.string.ad_mob_key_testing));
// ToDo replace with interstitialAd.setAdUnitId(context.getString(R.string.ad_mob_key));
interstitialAd.loadAd(new AdRequest.Builder().build());
interstitialAd.setAdListener(new AdListener() {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
*/

// app-versions
ext.propVersion = 29
ext.propVersionCode = "1.1"
ext.propVersion = 30
ext.propVersionCode = "1.2"

// java-level
ext.propJavaVersion = "8"
Expand Down

0 comments on commit e52712f

Please sign in to comment.