Skip to content

Commit

Permalink
Release v.0.1.1
Browse files Browse the repository at this point in the history
Major Features and Improvements:
- Implement Picture-in-Picture Mode in Video Module
  • Loading branch information
azrael8576 committed Dec 18, 2023
1 parent 02eb2ce commit e850812
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<img src="https://github.com/azrael8576/picquest/blob/main/docs/demo/demo-dark-portrait.gif" alt="Demo-Dark-Portrait">

<img src="https://github.com/azrael8576/picquest/blob/main/docs/demo/demo-split-screen.gif" alt="Demo-Split-Screen">
<img src="https://github.com/azrael8576/picquest/blob/main/docs/demo/demo-pip.gif" alt="Demo-Picture-in-Picture(PiP)">


## Tech stack
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ android {
*
* XYZ: App version (050 for 0.5.0)
*/
versionCode = 3414010
versionCode = 3414011
/**
* SemVer major.minor.patch
*/
versionName = "0.1.0"
versionName = "0.1.1"

// Custom test runner to set up Hilt dependency graph
testInstrumentationRunner = "com.wei.picquest.core.testing.PqTestRunner"
Expand Down
Binary file modified docs/demo/demo-light-landscape.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/demo/demo-pip.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/demo/demo-split-screen.gif
Binary file not shown.

0 comments on commit e850812

Please sign in to comment.