Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76b84166 authored by stefan-niedermann's avatar stefan-niedermann
Browse files

Fix #710 NextcloudApiNotResponding

parent 968e9637
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ android {
        applicationId "it.niedermann.owncloud.notes"
        minSdkVersion 14
        targetSdkVersion 29
        versionCode 80
        versionName "2.10.2"
        versionCode 81
        versionName "2.10.3"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
@@ -33,8 +33,8 @@ android {
}

dependencies {
    implementation "com.github.nextcloud:Android-SingleSignOn:0.5.0-rc2"
    implementation 'com.github.stefan-niedermann:nextcloud-commons:0.0.1'
    implementation "com.github.nextcloud:Android-SingleSignOn:0.5.0-rc3"
    implementation 'com.github.stefan-niedermann:nextcloud-commons:0.0.2'

    implementation 'com.yydcdut:markdown-processor:0.1.3'
    implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.3'
+5 −0
Original line number Diff line number Diff line
- 🐞 NextcloudApiNotResponding (#710)


Requires at least Files app¹ version 3.9.0
¹ https://github.com/nextcloud/android
 No newline at end of file
+0 −0

Empty file added.