Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenoid committed Dec 15, 2023
1 parent 4aa042f commit 1a6c925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Make sure that your PlayerActivity is setup correctly for PiP mode:
```xml
<activity android:name=".PlayerActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:launchMode="singleTask" android:supportsPictureInPicture="true" />
android:launchMode="singleTask"
android:supportsPictureInPicture="true" />
```

You can inform the PiP library about your player status changes so that it can update the PiP auto
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/fw-maven-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fun MavenPublication.configurePom() {
pom {
name.set(project.name)
packaging = "aar"
description.set("Android Picture-in-Picture - ${project.path}")
description.set("Android Picture-in-Picture (${project.path})")
url.set("https://mohsenoid.com")

configureLicense()
Expand Down

0 comments on commit 1a6c925

Please sign in to comment.