Skip to content

Commit

Permalink
Merge pull request #6388 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: preparation for v0.25.0
  • Loading branch information
Bnyro authored Aug 23, 2024
2 parents 05df896 + c18277d commit f559a8d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f559a8d

Please sign in to comment.