Skip to content

Commit fdaf7d4

Browse files
authored
Merge pull request #214 from kaczmarkiewiczp/dev
Update app version
2 parents 8cceb6a + 0cdf7a8 commit fdaf7d4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "ca.pkay.rcloneexplorer"
88
minSdkVersion 21
99
targetSdkVersion 27
10-
versionCode 26
11-
versionName "1.7.2-DEV"
10+
versionCode 28
11+
versionName "1.7.3-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.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+
***
7+
18
### 1.7.2
29
* **New:** Option to hide remotes
310
* **Fix:** Upload bug in serve webdav

0 commit comments

Comments
 (0)