Skip to content

Commit 094de85

Browse files
authored
bump targetSDK for android
1 parent f5f30b6 commit 094de85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ android {
44
if (project.android.hasProperty("namespace")) {
55
namespace 'com.arthenica.ffmpegkit'
66
}
7-
compileSdk 33
7+
compileSdk 35
88
ndkVersion "22.1.7171670"
99

1010
defaultConfig {
1111
minSdk 24
12-
targetSdk 33
12+
targetSdk 35
1313
versionCode 240600
1414
versionName "6.0"
1515
project.archivesBaseName = "ffmpeg-kit"

0 commit comments

Comments
 (0)