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

Commit 56c7d2d7 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Remove dokka because the generated documentation isn't used by anybody; fix dav4jvm reference

parent be98bef4
Loading
Loading
Loading
Loading
+0 −26
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ apply plugin: 'com.android.application'
apply plugin: 'com.mikepenz.aboutlibraries.plugin'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'org.jetbrains.dokka'

android {
    compileSdkVersion 31
@@ -86,31 +85,6 @@ android {
    packagingOptions {
        exclude 'META-INF/*.md'
    }

    dokka.configuration {
        sourceLink {
            url = "https://gitlab.com/bitfireAT/davx5-ose/tree/master-ose/"
            lineSuffix = "#L"
        }
        jdkVersion = 8

        externalDocumentationLink {
            url = new URL("https://bitfireat.gitlab.io/cert4android/dokka/cert4android/")
            packageListUrl = new URL("https://bitfireat.gitlab.io/cert4android/dokka/cert4android/package-list")
        }
        externalDocumentationLink {
            url = new URL("https://bitfireat.gitlab.io/dav4jvm/dokka/dav4jvm/")
            packageListUrl = new URL("https://bitfireat.gitlab.io/dav4jvm/dokka/dav4jvm/package-list")
        }
        externalDocumentationLink {
            url = new URL("https://bitfireat.gitlab.io/ical4android/dokka/ical4android/")
            packageListUrl = new URL("https://bitfireat.gitlab.io/ical4android/dokka/ical4android/package-list")
        }
        externalDocumentationLink {
            url = new URL("https://bitfireat.gitlab.io/vcard4android/dokka/vcard4android/")
            packageListUrl = new URL("https://bitfireat.gitlab.io/vcard4android/dokka/vcard4android/package-list")
        }
    }
}

dependencies {
+1 −3
Original line number Diff line number Diff line
@@ -10,8 +10,7 @@ buildscript {
    ext.versions = [
        aboutLibraries: '8.9.1',
        appIntro: '6.1.0',
        dav4jvm: 'f1d9354a41',
        dokka: '0.10.1',
        dav4jvm: 'fe62f70',
        kotlin: '1.5.31',
        okhttp: '4.9.1',
        // latest Apache Commons versions that don't require Java 8 (Android 7)
@@ -32,7 +31,6 @@ buildscript {
        classpath 'com.android.tools.build:gradle:7.0.3'
        classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibraries}"
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
        classpath "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"
    }
}