Skip to content

Commit

Permalink
App update
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykcoding committed Jun 19, 2018
1 parent 9e4c81a commit 446d4db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "ca.pkay.rcloneexplorer"
minSdkVersion 21
targetSdkVersion 27
versionCode 21
versionName "1.3.5-DEV"
versionCode 22
versionName "1.3.6-DEV"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -31,7 +31,7 @@ dependencies {
implementation 'com.android.support:support-vector-drawable:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
implementation "com.android.support:support-compat:27.1.1"
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:customtabs:27.1.1'
implementation "com.leinardi.android:speed-dial:1.0-alpha03"
Expand All @@ -40,8 +40,8 @@ dependencies {
implementation 'com.github.GrenderG:Toasty:1.3.0'
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.github.bumptech.glide:glide:4.7.1'
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.3'
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.4'
implementation 'com.google.firebase:firebase-messaging:17.0.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
testImplementation 'junit:junit:4.12'
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 1.3.6
* This update contains mostly bug fixes
* **Fix:** Crash in dialogs on screen orientation change
* **Fix:** Displayed mod time
* **Fix:** Yandex remote creation
* **Fix:** Azure remote creation
* **Fix:** Hide directory mod time for remotes that don't support it
* **Fix:** Error notification after successful move

***

### 1.3.5
* **New:** Show file thumbnails (experimental feature, enable in settings)
* **New:** App updates notification updates
Expand Down

0 comments on commit 446d4db

Please sign in to comment.