Skip to content

Commit 8348835

Browse files
MOB-5193 Updated compileSdk and targetSdk versions
1 parent 3d01a76 commit 8348835

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
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'

app/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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"

0 commit comments

Comments
 (0)