File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdk 34
7+ compileSdk 36
88
99 defaultConfig {
1010 applicationId " com.taboola.hp4udemoapplication"
1111 minSdk 21
12- targetSdk 34
12+ targetSdk 36
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -51,7 +51,7 @@ dependencies {
5151 implementation ' androidx.core:core-splashscreen:1.0.0-rc01'
5252 implementation ' com.squareup.picasso:picasso:2.8'
5353 // Taboola SDK
54- implementation ' com.taboola:android-sdk:4.0.17'
54+ implementation ' com.taboola:android-sdk-beta :4.0.17-rc4-944-ff6fdfaf2 '
5555
5656 testImplementation ' junit:junit:4.13.2'
5757 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<androidx .coordinatorlayout.widget.CoordinatorLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : layout_width =" match_parent"
4- android : layout_height =" match_parent" >
4+ android : layout_height =" match_parent"
5+ android : fitsSystemWindows =" true" >
56
67 <RelativeLayout
78 android : layout_width =" match_parent"
You can’t perform that action at this time.
0 commit comments