We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094de85 commit 5e266efCopy full SHA for 5e266ef
1 file changed
tools/android/build.lts.gradle
@@ -4,12 +4,12 @@ android {
4
if (project.android.hasProperty("namespace")) {
5
namespace 'com.arthenica.ffmpegkit'
6
}
7
- compileSdk 33
+ compileSdk 35
8
ndkVersion "22.1.7171670"
9
10
defaultConfig {
11
minSdk 16
12
- targetSdk 33
+ targetSdk 35
13
versionCode 160600
14
versionName "6.0.LTS"
15
project.archivesBaseName = "ffmpeg-kit"
0 commit comments