Skip to content

Commit 78fb274

Browse files
authored
Merge pull request #133 from kaczmarkiewiczp/dev
App update
2 parents 9e4c81a + 446d4db commit 78fb274

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

app/build.gradle

+5-5
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 21
11-
versionName "1.3.5-DEV"
10+
versionCode 22
11+
versionName "1.3.6-DEV"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {
@@ -31,7 +31,7 @@ dependencies {
3131
implementation 'com.android.support:support-vector-drawable:27.1.1'
3232
implementation 'com.android.support:cardview-v7:27.1.1'
3333
implementation "com.android.support:support-compat:27.1.1"
34-
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
34+
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
3535
implementation 'com.android.support:design:27.1.1'
3636
implementation 'com.android.support:customtabs:27.1.1'
3737
implementation "com.leinardi.android:speed-dial:1.0-alpha03"
@@ -40,8 +40,8 @@ dependencies {
4040
implementation 'com.github.GrenderG:Toasty:1.3.0'
4141
implementation 'com.android.support:support-v4:27.1.1'
4242
implementation 'com.github.bumptech.glide:glide:4.7.1'
43-
implementation 'com.google.firebase:firebase-core:16.0.0'
44-
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.3'
43+
implementation 'com.google.firebase:firebase-core:16.0.1'
44+
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.4'
4545
implementation 'com.google.firebase:firebase-messaging:17.0.0'
4646
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
4747
testImplementation 'junit:junit:4.12'

app/src/main/assets/changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 1.3.6
2+
* This update contains mostly bug fixes
3+
* **Fix:** Crash in dialogs on screen orientation change
4+
* **Fix:** Displayed mod time
5+
* **Fix:** Yandex remote creation
6+
* **Fix:** Azure remote creation
7+
* **Fix:** Hide directory mod time for remotes that don't support it
8+
* **Fix:** Error notification after successful move
9+
10+
***
11+
112
### 1.3.5
213
* **New:** Show file thumbnails (experimental feature, enable in settings)
314
* **New:** App updates notification updates

0 commit comments

Comments
 (0)