Skip to content

Commit

Permalink
New release version 0.6.51
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x committed Sep 6, 2024
1 parent f77b785 commit c0e7f4d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- Android Auto support
- Android TV support
- Youtube Video support
- Widgets in home screen
- Check for Updates, which can be enabled or disabled in settings

## 📷 Screenshots
Expand Down
5 changes: 2 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ android {
buildConfig = true
compose = true
}
//android.buildFeatures.buildConfig=true

compileSdk = 35

defaultConfig {
applicationId = "it.fast4x.rimusic"
minSdk = 21
targetSdk = 35
versionCode = 54
versionName = "0.6.50"
versionCode = 55
versionName = "0.6.51"
}

splits {
Expand Down
Binary file removed customVersion/app-foss-release.apk
Binary file not shown.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

Log completed at
https://github.com/fast4x/RiMusic/releases/tag/v0.6.51
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RiMusic is a multilingual Android application for streaming music from YouTube M
- Android Auto support
- Android TV support
- Youtube video support
- Widgets in home screen
- Check for Updates, enable/disable it by settings

Visit it on Github
Expand Down
2 changes: 1 addition & 1 deletion updatedVersion/updatedVersion.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.50
0.6.51
2 changes: 1 addition & 1 deletion updatedVersion/updatedVersionCode.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
54-v0.6.50-RiMusic
55-v0.6.51-RiMusic

0 comments on commit c0e7f4d

Please sign in to comment.