Skip to content

Commit

Permalink
Reduced the frequency of interstitial ads to reduce the annoyance level
Browse files Browse the repository at this point in the history
  • Loading branch information
mikljohansson committed Dec 20, 2014
1 parent e0ffdba commit 95202c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lite/src/se/embargo/retroboy/lite/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class MainActivity extends se.embargo.retroboy.MainActivity {
private static final String BANNER_UNIT_ID = "ca-app-pub-7852293465552528/9756871897";
private static final String SHUTTER_UNIT_ID = "ca-app-pub-7852293465552528/9997217499";
private static final int SHUTTER_INTERVAL = 3;
private static final int SHUTTER_INTERVAL = 15;

private AdView _banner;
private InterstitialAd _interstitial;
Expand Down

0 comments on commit 95202c4

Please sign in to comment.