Skip to content

Commit

Permalink
Fix starting of SqueezePlayer.
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Sep 18, 2024
1 parent 9ee1968 commit b51f5aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/802.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fixed

• Fix starting of SqueezePlayer.
4 changes: 2 additions & 2 deletions lms-material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
minSdkVersion 23
targetSdkVersion 34
buildToolsVersion = "34.0.0"
versionCode 801
versionName "0.8.1"
versionCode 802
versionName "0.8.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions lms-material/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<queries>
<package android:name="com.termux" />
<package android:name="de.bluegaspode.squeezeplayer" />
</queries>

<application
Expand Down

0 comments on commit b51f5aa

Please sign in to comment.