We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f30b6 commit 094de85Copy full SHA for 094de85
1 file changed
tools/android/build.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 24
12
- targetSdk 33
+ targetSdk 35
13
versionCode 240600
14
versionName "6.0"
15
project.archivesBaseName = "ffmpeg-kit"
0 commit comments