Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-12-11 21:52:32 +0300
committerstefan-niedermann <info@niedermann.it>2019-12-11 21:52:32 +0300
commit1babfde480ec3c63e44f652de2988f10499eace3 (patch)
treeb9a31ace1dc611aec63bbb869ef6ddfffded66ef
parent42f5f01957e29235d9aa8cce57682031b077b25d (diff)
Revert converter-gson update (caused errors)
-rw-r--r--app/build.gradle2
-rw-r--r--app/src/main/res/layout/item_attachment.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0f2f53e8f..0aaaf4137 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -80,7 +80,7 @@ dependencies {
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.7.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.squareup.retrofit2:retrofit:2.7.0'
- implementation 'com.squareup.retrofit2:converter-gson:2.7.0'
+ implementation 'com.squareup.retrofit2:converter-gson:2.6.2'
// Lifecycle components
implementation "androidx.lifecycle:lifecycle-extensions:$rootProject.archLifecycleVersion"
diff --git a/app/src/main/res/layout/item_attachment.xml b/app/src/main/res/layout/item_attachment.xml
index e41786554..4bbf3b3f4 100644
--- a/app/src/main/res/layout/item_attachment.xml
+++ b/app/src/main/res/layout/item_attachment.xml
@@ -61,5 +61,6 @@
android:contentDescription="@string/simple_delete"
android:padding="@dimen/standard_padding"
android:scaleType="fitCenter"
+ android:visibility="gone"
app:srcCompat="@drawable/ic_delete_black_24dp" />
</LinearLayout> \ No newline at end of file