We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7133379 commit 299f227Copy full SHA for 299f227
2 files changed
composeApp/build.gradle.kts
@@ -158,8 +158,8 @@ android {
158
applicationId = "me.knighthat.kreate"
159
minSdk = 21
160
targetSdk = 36
161
- versionCode = 123
162
- versionName = "1.8.3"
+ versionCode = 124
+ versionName = "1.8.4"
163
164
/*
165
UNIVERSAL VARIABLES
fastlane/metadata/android/en-US/changelogs/124.txt
@@ -0,0 +1,6 @@
1
+Fixes:
2
+- Synced playlists fail to load on some accounts
3
+
4
+Changes:
5
+- Merge en_US to default language
6
+- Replace Norwegian (no) language with Norwegian Bokmål (nb)
0 commit comments