Skip to content

Commit

Permalink
Merge pull request #109 from Khang-NT/s/release_0.9.1
Browse files Browse the repository at this point in the history
S/release 0.9.1
  • Loading branch information
Simon Pham committed Mar 8, 2019
2 parents 17748e1 + 7150f77 commit 4aab75e
Show file tree
Hide file tree
Showing 2 changed files with 7 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.9.0"
versionName "0.9.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

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

final _versionCode = 26
final _versionCode = 27

flavorDimensions 'cpuArch'
productFlavors {
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
</head>
<body>
<br>
<h4>Version 0.9.1 [Mar 8, 2019]</h4>
<ul>
<li>Fix cannot to convert to MP4</li>
</ul>
<br>
<h4>Version 0.9.0 [Mar 7, 2019]</h4>
<ul>
<li>New UI: Allow to select multiple files</li>
Expand Down

0 comments on commit 4aab75e

Please sign in to comment.