We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0c424c + 1dacc0d commit 7945ddcCopy full SHA for 7945ddc
app/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 21
9
targetSdkVersion 27
10
versionCode 26
11
- versionName "1.7.1-DEV"
+ versionName "1.7.2-DEV"
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
}
14
buildTypes {
app/src/main/assets/changelog.md
@@ -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
### 1.7.1
* **New:** Redesign settings layout
* **Update:** Libraries
0 commit comments