Skip to content

Commit

Permalink
bump: bump to v0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Malopieds committed Nov 30, 2024
1 parent 5bf7e85 commit 10c09bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId = "com.malopieds.innertune"
minSdk = 24
targetSdk = 35
versionCode = 28
versionName = "0.5.11"
versionCode = 29
versionName = "0.5.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<br><b>Improved</b>

- Use cookie in priority if user logged in

<br><b>Fixed</b>

- Fix songs can't be played
- Fix logo on media player

0 comments on commit 10c09bf

Please sign in to comment.