Skip to content

Commit 7945ddc

Browse files
authored
Merge pull request #210 from kaczmarkiewiczp/dev
Update app version
2 parents f0c424c + 1dacc0d commit 7945ddc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 21
99
targetSdkVersion 27
1010
versionCode 26
11-
versionName "1.7.1-DEV"
11+
versionName "1.7.2-DEV"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

app/src/main/assets/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.7.2
2+
* **New:** Option to hide remotes
3+
* **Fix:** Upload bug in serve webdav
4+
* **Fix:** Missing transfer status missing from notification
5+
6+
***
7+
18
### 1.7.1
29
* **New:** Redesign settings layout
310
* **Update:** Libraries

0 commit comments

Comments
 (0)