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

Commit 77c6c30c authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update dokka

parent 1af8ab08
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
image: openjdk:8-jdk-slim
image: registry.gitlab.com/bitfireat/docker-android-emulator:latest

before_script:
  - export GRADLE_USER_HOME=`pwd`/.gradle; chmod +x gradlew
@@ -8,7 +8,6 @@ cache:
     - .gradle/

test:
  image: registry.gitlab.com/bitfireat/docker-android-emulator:latest
  tags:
    - privileged
  script:
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
buildscript {
    ext.versions = [
        kotlin: '1.3.50',
        dokka: '0.9.18',
        dokka: '0.10.0',
        conscrypt: '2.2.1'
    ]

@@ -14,7 +14,7 @@ buildscript {
    dependencies {
        classpath 'com.android.tools.build:gradle:3.5.2'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
        classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:${versions.dokka}"
        classpath "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"
    }
}

@@ -25,7 +25,7 @@ repositories {

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka-android'
apply plugin: 'org.jetbrains.dokka'

android {
    compileSdkVersion 29