Skip to content

Commit 7a4ae28

Browse files
committed
Do v1.1.1 release
1 parent f2f7cb5 commit 7a4ae28

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,8 @@ The last item in the strings.xml file is a string
8282
summarizing the changes (just a short name) that should be updated
8383
for each new release.
8484

85-
Web page only: add note about fre:ac for easy ripping.
85+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070
multiDexEnabled true
7171
minSdkVersion 17
7272
targetSdkVersion 28
73-
versionCode 3
73+
versionCode 4
7474
versionName getVersionName()
7575
}
7676
buildTypes {

0 commit comments

Comments
 (0)