mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 13:50:30 +05:30
parent
3cfd505f45
commit
ca58039f7a
@ -29,17 +29,14 @@ android {
|
|||||||
resValue "string", "app_name", "LibreTube Debug"
|
resValue "string", "app_name", "LibreTube Debug"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
coreLibraryDesugaringEnabled true
|
coreLibraryDesugaringEnabled true
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = '1.8'
|
jvmTarget = '1.8'
|
||||||
}
|
}
|
||||||
|
|
||||||
splits {
|
splits {
|
||||||
abi {
|
abi {
|
||||||
enable true
|
enable true
|
||||||
@ -49,13 +46,11 @@ android {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
jniLibs {
|
jniLibs {
|
||||||
excludes += ['lib/armeabi-v7a/*_neon.so']
|
excludes += ['lib/armeabi-v7a/*_neon.so']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace 'com.github.libretube'
|
namespace 'com.github.libretube'
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -81,12 +76,14 @@ dependencies {
|
|||||||
|
|
||||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||||
implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'
|
implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'
|
||||||
// Do not update jackson annotations! It does not supports < API 26.
|
//do not update jackson annotations! it does not supports <api26
|
||||||
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.3'
|
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.3'
|
||||||
|
|
||||||
implementation 'com.arthenica:ffmpeg-kit-min:4.5.1.LTS'
|
implementation 'com.arthenica:ffmpeg-kit-min:4.5.1.LTS'
|
||||||
|
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||||
implementation('com.google.android.exoplayer:extension-cronet:2.17.1') { exclude group: 'com.google.android.gms' }
|
implementation('com.google.android.exoplayer:extension-cronet:2.17.1') { exclude group: 'com.google.android.gms' }
|
||||||
implementation 'org.chromium.net:cronet-embedded:101.4951.41'
|
implementation 'org.chromium.net:cronet-embedded:101.4951.41'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user