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

Commit 5053af17 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Dokka: add source and JDK links

parent 02744ee7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -59,6 +59,14 @@ android {
    defaultConfig {
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }

    dokka.configuration {
        sourceLink {
            url = "https://gitlab.com/bitfireAT/vcard4android/tree/master/"
            lineSuffix = "#L"
        }
        jdkVersion = 7
    }
}

dependencies {