...
This commit is contained in:
@@ -21,7 +21,7 @@ android {
|
||||
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cppFlags += "-std=c++11"
|
||||
cppFlags += "-std=c++17"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -61,6 +61,9 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
sourceSets["main"].jniLibs.srcDirs("src/main/jniLibs")
|
||||
}
|
||||
|
||||
applicationVariants.all {
|
||||
if (buildType.name == "release") {
|
||||
@@ -91,6 +94,8 @@ android {
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
ndkVersion = "29.0.13846066 rc3"
|
||||
buildToolsVersion = "35.0.1"
|
||||
|
||||
}
|
||||
|
||||
@@ -136,6 +141,7 @@ dependencies {
|
||||
implementation("io.github.junkfood02.youtubedl-android:ffmpeg:0.17.4")
|
||||
implementation("io.github.junkfood02.youtubedl-android:aria2c:0.17.4")
|
||||
|
||||
// implementation ("com.arthenica:ffmpeg-kit-full:4.5.LTS")
|
||||
|
||||
implementation ("androidx.media:media:1.7.0")
|
||||
// implementation(project(":sdk"))
|
||||
|
||||
Reference in New Issue
Block a user