File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/com/adtapsy/demo Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 implementation ' com.android.support.constraint:constraint-layout:1.1.0'
2828
2929 // AdTapsy
30- implementation ' com.adtapsy.sdk:adtapsy:1.5 '
30+ implementation ' com.adtapsy.sdk:adtapsy:1.6 '
3131
3232 // Google play services
3333 implementation ' com.google.android.gms:play-services-gcm:15.0.1'
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ protected void onCreate(Bundle savedInstanceState) {
2323 AdTapsy .setUserSubjectToGdpr (true );
2424 AdTapsy .setConsentGrantedGdpr (false );
2525
26+ AdTapsy .setTestMode (true , "CE5828E9450B0FE35ECA3E4F951A3208" );
2627 AdTapsy .startSession (this , "54982cf7e4b052cd2a20a7b8" );
2728 AdTapsy .setRewardedVideoAmount (10 );
2829
You can’t perform that action at this time.
0 commit comments