Skip to content

Commit 2e01bc4

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 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

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)