Skip to content

Commit

Permalink
Merge pull request #214 from kaczmarkiewiczp/dev
Browse files Browse the repository at this point in the history
Update app version
  • Loading branch information
patrykcoding authored Sep 3, 2018
2 parents 8cceb6a + 0cdf7a8 commit fdaf7d4
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -7,8 +7,8 @@ android {
applicationId "ca.pkay.rcloneexplorer"
minSdkVersion 21
targetSdkVersion 27
versionCode 26
versionName "1.7.2-DEV"
versionCode 28
versionName "1.7.3-DEV"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.7.3
* **Fix:** FAB appearing when bottom bar is visible
* **New:** Get notified when beta releases are available
* Enable in Settings under Notifications (stable update notifications must be enabled)

***

### 1.7.2
* **New:** Option to hide remotes
* **Fix:** Upload bug in serve webdav
Expand Down

0 comments on commit fdaf7d4

Please sign in to comment.