Skip to content

Commit

Permalink
no dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
suzannajiwani committed Oct 4, 2023
1 parent 42cf895 commit ec0e935
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
buildscript {
dependencies {
classpath("org.jetbrains.dokka:versioning-plugin:1.9.0")
}
}

plugins {
alias libs.plugins.android.application apply false
alias libs.plugins.android.library apply false
Expand Down
1 change: 0 additions & 1 deletion identity-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies {
implementation "org.bouncycastle:bcprov-jdk15on:1.67"
implementation("org.bouncycastle:bcpkix-jdk15on:1.67")
implementation "com.android.volley:volley:1.2.1"
implementation("org.jetbrains.dokka:versioning-plugin:1.9.0")

testImplementation "androidx.test.espresso:espresso-core:3.4.0"
testImplementation "androidx.test.ext:junit:1.1.3"
Expand Down
1 change: 0 additions & 1 deletion identity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies {
implementation "co.nstant.in:cbor:0.9"
implementation "org.bouncycastle:bcprov-jdk15on:1.69"
implementation("org.bouncycastle:bcpkix-jdk15on:1.69")
implementation("org.jetbrains.dokka:versioning-plugin:1.9.0")

testImplementation "junit:junit:4.13.2"
testImplementation "org.bouncycastle:bcprov-jdk15on:1.69"
Expand Down

0 comments on commit ec0e935

Please sign in to comment.