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

github.com/bitfireAT/vcard4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle13
1 files changed, 2 insertions, 11 deletions
diff --git a/build.gradle b/build.gradle
index b4d8f8f..408f9d3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,8 @@
buildscript {
ext.versions = [
- kotlin: '1.6.0',
- dokka: '1.5.0',
+ kotlin: '1.6.10',
+ dokka: '1.5.31',
// latest Apache Commons versions that don't require Java 8 (Android 7)
commonsIO: '2.6',
commonsText: '1.3'
@@ -62,15 +62,6 @@ android {
defaultConfig {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
-
- // TODO currently doesn't work with dokka 1.5.0, but dokka 0.10.1 doesn't work with new gradle
- /*dokka.configuration {
- sourceLink {
- remoteUrl.set(java.net.URL("https://gitlab.com/bitfireAT/vcard4android/tree/master/"))
- remoteLineSuffix.set("#L")
- }
- jdkVersion = 7
- }*/
}
dependencies {