From 77ce176c41c95cfd97e6ddc102c6cdce876b3824 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 23 Aug 2024 14:07:46 +0200 Subject: [PATCH 1/2] chore: undo comments for building baseline profile --- app/build.gradle.kts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 925ba4489..7817bb29d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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") From c18277d9c70e4db1cdb454357de82697e20451f7 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 23 Aug 2024 14:09:56 +0200 Subject: [PATCH 2/2] chore: changelog for v0.25.0 --- fastlane/metadata/android/en-US/changelogs/55.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/55.txt diff --git a/fastlane/metadata/android/en-US/changelogs/55.txt b/fastlane/metadata/android/en-US/changelogs/55.txt new file mode 100644 index 000000000..fd56cace3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/55.txt @@ -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