Skip to content

Commit d5cd006

Browse files
committed
v1.6
1 parent d8d8447 commit d5cd006

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

app/src/main/java/com/adtapsy/demo/MainActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)