Skip to content

Commit c299974

Browse files
authored
Merge pull request #46 from wada811/renovate/io.github.gradle-nexus.publish-plugin-1.x
Update plugin io.github.gradle-nexus.publish-plugin to v1.3.0
2 parents 0426ec9 + 279c23b commit c299974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id 'com.android.library' version "$agpVersion" apply false
1212
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
1313
id 'org.jetbrains.kotlin.jvm' version "$kotlinVersion" apply false
14-
id "io.github.gradle-nexus.publish-plugin" version "1.2.0"
14+
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
1515
}
1616

1717
apply from: "${rootDir}/publish-root.gradle"

0 commit comments

Comments
 (0)