File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ apply(plugin = "dagger.hilt.android.plugin")
13
13
val versionMajor = 1
14
14
val versionMinor = 3
15
15
val versionPatch = 0
16
- val versionBuild = 2
17
- val isStable = false
16
+ val versionBuild = 0
17
+ val isStable = true
18
18
19
19
val composeVersion = " 1.2.1"
20
20
val lifecycleVersion = " 2.6.0-alpha01"
@@ -52,7 +52,7 @@ android {
52
52
applicationId = " com.junkfood.seal"
53
53
minSdk = 23
54
54
targetSdk = 33
55
- versionCode = 10210
55
+ versionCode = 10300
56
56
versionName = StringBuilder (" ${versionMajor} .${versionMinor} .${versionPatch} " ).apply {
57
57
if (! isStable) append(" -beta.${versionBuild} " )
58
58
if (! splitApks) append(" -(F-Droid)" )
Original file line number Diff line number Diff line change
1
+ Bump up FFmpeg version to v5.1
2
+
3
+ Feature Update:
4
+ Crop album cover to square when saving as audio
5
+ Paste multiple URLs in custom command mode
6
+
7
+ Bug Fix:
8
+ SponsorBlock "Conversion failed" error
9
+ Aria2c is not usable with "Save as audio"
10
+
11
+ Behavior Changes:
12
+ Updates preferences on clicks with "Configure before download" dialog
13
+ Move the directory of temporary files to internal storage of the app
14
+
15
+ Add Vietnamese translations by Nguyễn Hoàng Minh
You can’t perform that action at this time.
0 commit comments