Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pedroSG94/RootEncoder
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Mar 5, 2024
2 parents fe5e52d + 7bb8ec1 commit a4ab764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -9,7 +9,7 @@ val mockitoVersion by rootProject.extra { "5.2.1" }
plugins {
id("com.android.application") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("org.jetbrains.dokka") version "1.9.10" apply true
id("org.jetbrains.dokka") version "1.9.20" apply true
}

tasks.register("clean") {
Expand Down

0 comments on commit a4ab764

Please sign in to comment.