diff --git a/app/build.gradle b/app/build.gradle index ad8a481..7c849a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/assets/changelog.md b/app/src/main/assets/changelog.md index 0fb4bf6..aa8fea8 100644 --- a/app/src/main/assets/changelog.md +++ b/app/src/main/assets/changelog.md @@ -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