mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +05:30
Merge pull request #6388 from Bnyro/master
chore: preparation for v0.25.0
This commit is contained in:
commit
f559a8d863
@ -58,14 +58,14 @@ android {
|
||||
}
|
||||
|
||||
// Comment this block if issues occur while generating the baseline profile
|
||||
// splits {
|
||||
// abi {
|
||||
// isEnable = true
|
||||
// reset()
|
||||
// include("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
|
||||
// isUniversalApk = true
|
||||
// }
|
||||
// }
|
||||
splits {
|
||||
abi {
|
||||
isEnable = true
|
||||
reset()
|
||||
include("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
|
||||
isUniversalApk = true
|
||||
}
|
||||
}
|
||||
|
||||
packaging {
|
||||
jniLibs.excludes.add("lib/armeabi-v7a/*_neon.so")
|
||||
|
6
fastlane/metadata/android/en-US/changelogs/55.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/55.txt
Normal file
@ -0,0 +1,6 @@
|
||||
* feat: local streams extraction
|
||||
* feat: quick share action to add video to playlist
|
||||
* feat: share dialog redesign (including copy link feature)
|
||||
* feat: show total playlist duration
|
||||
* feat: button to screenshot/capture current frame
|
||||
* feat: improve about activity and device info dialog
|
Loading…
Reference in New Issue
Block a user