Skip to content

Commit

Permalink
Merge pull request #106 from Khang-NT/s/release_0.9.0
Browse files Browse the repository at this point in the history
S/release 0.9.0
  • Loading branch information
Simon Pham committed Mar 7, 2019
2 parents c9be57e + 1d2a4a8 commit 1d80f80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "0.8.1"
versionName "0.9.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

javaCompileOptions {
Expand Down Expand Up @@ -71,7 +71,7 @@ android {
}
}

final _versionCode = 25
final _versionCode = 26

flavorDimensions 'cpuArch'
productFlavors {
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
</head>
<body>
<br>
<h4>Version 0.9.0 [Mar 7, 2019]</h4>
<ul>
<li>New UI: Allow to select multiple files</li>
<li>New formats supported: <b>MPEG-4, OPUS, OGG</b></li>
<li>New option: Trim audio silence</li>
<li>Bug fixes &amp; minor improvements</li>
</ul>
<br>
<h4>Version 0.8.1 [Sep 25, 2018]</h4>
<ul>
<li>Add <b>Privacy policy agreement</b> in About</li>
Expand Down

0 comments on commit 1d80f80

Please sign in to comment.