Skip to content

Commit fb5e056

Browse files
committed
Update app version
1 parent e98e858 commit fb5e056

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

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 18
11-
versionName "1.3.2-DEV"
10+
versionCode 19
11+
versionName "1.3.3-DEV"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

app/src/main/assets/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 1.3.3
2+
* **Fix:** Infinite loading for directories with large number of files
3+
* **Fix:** Open as not working
4+
* **Fix:** App launching behaviour
5+
* **Fix:** Theme of password dialog
6+
7+
***
8+
19
### 1.3.2
210
* **New:** File options for individual files
311
* **New:** Generate public link to file/folder (rclone link)

0 commit comments

Comments
 (0)