Skip to content

Commit

Permalink
Merge pull request #539 from 07jasjeet/main
Browse files Browse the repository at this point in the history
Prepare `v2.8.0`
  • Loading branch information
07jasjeet authored Jan 28, 2025
2 parents 0e64d71 + baecaf4 commit 1b2dfb3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId = "org.listenbrainz.android"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 56
versionName = "2.7.4"
versionCode = 57
versionName = "2.8.0"
multiDexEnabled = true
testInstrumentationRunner = "org.listenbrainz.android.di.CustomTestRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Presenting the "Created For You" section in the profile tab, along with UI improvements throughout the app and major bug fixes in Login, BrainzPlayer, Profile, and more!
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[versions]
kotlin = "2.0.0"
navigation = "2.7.7"
navigation = "2.8.5"
hilt = "2.52"
compose = "1.7.5"
compose = "1.7.6"
room = "2.6.1"
accompanist = "0.34.0"
work = "2.9.1"
accompanist = "0.36.0"
work = "2.10.0"
exoplayer = "2.19.1"
paging = "3.3.2"
paging = "3.3.5"
androidGradlePlugin = "8.5.2"
sentry = "4.10.0"
ksp = "2.0.0-1.0.23"
composeBom = "2024.11.00"
composeBom = "2025.01.00"
appcompat = "1.7.0"
lifecycle = "2.8.7"
browser = "1.8.0"
preference = "1.2.1"
coreSplashscreen = "1.0.1"
datastorePreferences = "1.1.1"
datastorePreferences = "1.1.2"
gson = "2.11.0"
retrofit = "2.11.0"
okhttp = "5.0.0-alpha.14"
Expand All @@ -26,11 +26,11 @@ glideCompose = "4.14.0"
coil = "2.7.0"
androidsvg = "1.4"
material = "1.12.0"
lottie = "6.5.0"
lottie = "6.6.0"
onboarding = "1.1.3"
shareAndroid = "1.0.0"
hiltNavigationCompose = "1.2.0"
startup = "1.1.1"
startup = "1.2.0"
jsoup = "1.18.1"
socketIo = "2.1.1"
junit = "4.13.2"
Expand Down

0 comments on commit 1b2dfb3

Please sign in to comment.