Skip to content

Commit 124ffa9

Browse files
committed
fix : ads log failed and gradle changes
1 parent 262ae4e commit 124ffa9

File tree

9 files changed

+4
-3
lines changed

9 files changed

+4
-3
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
136 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adsSdk/src/main/java/com/infyom/adssdk/adUtils/inter/InterstitialUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public void loadInterstitial() {
5656
@Override
5757
public void onAdFailedToLoad(@NonNull LoadAdError loadAdError) {
5858
super.onAdFailedToLoad(loadAdError);
59+
Log.e("ADS_SDK-->", "Google inter failed : " + loadAdError.toString());
5960
InterstitialUtilsFb.loadInterstitial(mContext,listener,dialog);
6061

6162
}

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
}
2424
}
2525
compileOptions {
26-
sourceCompatibility JavaVersion.VERSION_11
27-
targetCompatibility JavaVersion.VERSION_11
26+
sourceCompatibility JavaVersion.VERSION_1_8
27+
targetCompatibility JavaVersion.VERSION_1_8
2828
}
2929
}
3030

0 commit comments

Comments
 (0)