We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b80eb92 + 2b243eb commit c5ecdaaCopy full SHA for c5ecdaa
2 files changed
sdk/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'com.android.library'
3
- id "com.vanniktech.maven.publish" version "0.36.0"
+ id "com.vanniktech.maven.publish" version "0.34.0"
4
}
5
6
mavenPublishing {
sourcemap-plugin/build.gradle
@@ -1,14 +1,14 @@
id 'groovy'
id 'java-gradle-plugin'
- id 'com.vanniktech.maven.publish' version '0.36.0'
+ id 'com.vanniktech.maven.publish' version '0.34.0'
7
group = 'io.middleware'
8
version = project.findProperty('VERSION_NAME') ?: '1.0.0'
9
10
dependencies {
11
- compileOnly 'com.android.tools.build:gradle:8.3.0'
+ compileOnly 'com.android.tools.build:gradle:8.3.2'
12
implementation localGroovy()
13
14
0 commit comments