Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit a3695a6

Browse files
committed
Upgrade compile and target sdk version to API 33
1 parent 1c90dff commit a3695a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android-exoplayer/build.gradle

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

66
android {
7-
compileSdkVersion 31
7+
compileSdkVersion 33
88

99
compileOptions {
1010
targetCompatibility JavaVersion.VERSION_1_8
@@ -13,7 +13,7 @@ android {
1313

1414
defaultConfig {
1515
minSdkVersion 21
16-
targetSdkVersion 31
16+
targetSdkVersion 33
1717
ndk {
1818
abiFilters "armeabi-v7a", "x86"
1919
}

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ plugins {
33
}
44

55
android {
6-
compileSdkVersion 31
6+
compileSdkVersion 33
77

88
defaultConfig {
99
minSdkVersion 21
10-
targetSdkVersion 31
10+
targetSdkVersion 33
1111
ndk {
1212
abiFilters "armeabi-v7a", "x86"
1313
}

0 commit comments

Comments
 (0)