Release version 0.4.1
This commit is contained in:
parent
8ee8858098
commit
0239248b23
|
@ -1,6 +1,10 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
## Version 0.4.1
|
||||||
|
_2019-12-28_
|
||||||
|
* Revert attempt to fix infinite loop as it sometimes deleted valid files.
|
||||||
|
|
||||||
## Version 0.4.0
|
## Version 0.4.0
|
||||||
_2019-12-22_
|
_2019-12-22_
|
||||||
* Add support for .opus files
|
* Add support for .opus files
|
||||||
|
|
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "net.nullsum.audinaut"
|
applicationId "net.nullsum.audinaut"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 199
|
versionCode 200
|
||||||
versionName '0.4.0'
|
versionName '0.4.1'
|
||||||
setProperty("archivesBaseName", "Audinaut $versionName")
|
setProperty("archivesBaseName", "Audinaut $versionName")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue