diff --git a/Stately/app/src/main/java/com/lloydtorres/stately/helpers/SparkleHelper.java b/Stately/app/src/main/java/com/lloydtorres/stately/helpers/SparkleHelper.java index 94d37a3a..dcb37819 100644 --- a/Stately/app/src/main/java/com/lloydtorres/stately/helpers/SparkleHelper.java +++ b/Stately/app/src/main/java/com/lloydtorres/stately/helpers/SparkleHelper.java @@ -535,9 +535,10 @@ public static void initAd(View view, int viewId) AdView mAdView = (AdView) view.findViewById(viewId); mAdView.setAdListener(new GenericAdListener(mAdView)); AdRequest adRequest = new AdRequest.Builder() - .addTestDevice(AdRequest.DEVICE_ID_EMULATOR) - .addTestDevice("03633EF76BA22B61C33C65CDCDB8D8B0") - .build(); + .addTestDevice(AdRequest.DEVICE_ID_EMULATOR) + .addTestDevice("03633EF76BA22B61C33C65CDCDB8D8B0") + .addTestDevice("CB2FCCF13C56C7ADC4F190827D780B91") + .build(); mAdView.loadAd(adRequest); }