diff --git a/build.gradle b/build.gradle index a67e9649b..2aaf51306 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.vanniktech:gradle-maven-publish-plugin:0.29.0' + classpath 'com.vanniktech:gradle-maven-publish-plugin:0.30.0' } }