We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cceb6a + 0cdf7a8 commit fdaf7d4Copy full SHA for fdaf7d4
app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "ca.pkay.rcloneexplorer"
8
minSdkVersion 21
9
targetSdkVersion 27
10
- versionCode 26
11
- versionName "1.7.2-DEV"
+ versionCode 28
+ versionName "1.7.3-DEV"
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
}
14
buildTypes {
app/src/main/assets/changelog.md
@@ -1,3 +1,10 @@
1
+### 1.7.3
2
+* **Fix:** FAB appearing when bottom bar is visible
3
+* **New:** Get notified when beta releases are available
4
+ * Enable in Settings under Notifications (stable update notifications must be enabled)
5
+
6
+***
### 1.7.2
* **New:** Option to hide remotes
* **Fix:** Upload bug in serve webdav
0 commit comments