Skip to content

Commit 5e266ef

Browse files
authored
bump targetSDK for LTS
1 parent 094de85 commit 5e266ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/android/build.lts.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 16
12-
targetSdk 33
12+
targetSdk 35
1313
versionCode 160600
1414
versionName "6.0.LTS"
1515
project.archivesBaseName = "ffmpeg-kit"

0 commit comments

Comments
 (0)