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 f2f7cb5 commit 7a4ae28Copy full SHA for 7a4ae28
CHANGELOG.md
@@ -82,4 +82,8 @@ The last item in the strings.xml file is a string
82
summarizing the changes (just a short name) that should be updated
83
for each new release.
84
85
-Web page only: add note about fre:ac for easy ripping.
+Web page only: add note about fre:ac for easy ripping.
86
+
87
+## Version 1.1.1
88
+Fix problem with getting audio tag data to form titles (only affected
89
+released versions... proGuard dependency issue.)
app/build.gradle
@@ -70,7 +70,7 @@ android {
70
multiDexEnabled true
71
minSdkVersion 17
72
targetSdkVersion 28
73
- versionCode 3
+ versionCode 4
74
versionName getVersionName()
75
}
76
buildTypes {
0 commit comments