Caren
Caren
Fixes failing test: ``` Could not resolve androidx.test:core:1.2.0. Required by: project :app > androidx.fragment:fragment-testing:1.2.0 > Cannot find a version of 'androidx.test:core' that satisfies the version constraints: Dependency path 'GithubBrowserSample:app:unspecified' -->...
fixes: https://github.com/konklone/congress-android/issues/747 cc @konklone starting off small, but hoping to do more :)
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem - Should we use a logging library such as Timber?...
Before change: [before.webm](https://user-images.githubusercontent.com/5016806/204655634-9e27c410-4868-4a41-b148-31cce11de47f.webm) After: [after.webm](https://user-images.githubusercontent.com/5016806/204655453-b19b6319-89e9-4b30-b4fe-46aaaf15beae.webm)
Adds a new directory (mlkit/) that contains all the samples from https://github.com/googlesamples/mlkit/tree/master/android
When working with Media3 Transformer, a transformation on a video is started by `transformer.start(editedMediaItem, outputPath)`, but it would be more convenient if `transformer.start()` was also able to take in `MediaStoreOutputOptions`...
Demonstrates applying an Effect generated by [TFLite's Artistic Style Transfer](https://www.tensorflow.org/lite/examples/style_transfer/overview) on a video using Transformer API. https://github.com/user-attachments/assets/4c35b0de-d1e3-4e01-a461-6b355de51474
### Is there an existing FR for this? - [X] I have searched the existing issues ### For which area is this FR? General ### Is it for a specific...