Skip to content

Commit

Permalink
Downgrade gradle-maven-publish-plugin to 0.20.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored Oct 14, 2022
1 parent 300ca9b commit 50ecf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Dependencies {
const val multidex = "androidx.multidex:multidex:2.0.1"
const val androidGradlePlugin = "com.android.tools.build:gradle:7.3.1"
const val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20"
const val publishGradlePlugin = "com.vanniktech:gradle-maven-publish-plugin:0.22.0"
const val publishGradlePlugin = "com.vanniktech:gradle-maven-publish-plugin:0.20.0"
const val okHttpBom = "com.squareup.okhttp3:okhttp-bom:4.10.0"
const val okHttp = "com.squareup.okhttp3:okhttp"
}

0 comments on commit 50ecf04

Please sign in to comment.