Skip to content

Commit c5ecdaa

Browse files
authored
Merge pull request #64 from middleware-labs/sourcemap-plugin
art: updated plugin & sdk gradle
2 parents b80eb92 + 2b243eb commit c5ecdaa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.android.library'
3-
id "com.vanniktech.maven.publish" version "0.36.0"
3+
id "com.vanniktech.maven.publish" version "0.34.0"
44
}
55

66
mavenPublishing {

sourcemap-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
plugins {
22
id 'groovy'
33
id 'java-gradle-plugin'
4-
id 'com.vanniktech.maven.publish' version '0.36.0'
4+
id 'com.vanniktech.maven.publish' version '0.34.0'
55
}
66

77
group = 'io.middleware'
88
version = project.findProperty('VERSION_NAME') ?: '1.0.0'
99

1010
dependencies {
11-
compileOnly 'com.android.tools.build:gradle:8.3.0'
11+
compileOnly 'com.android.tools.build:gradle:8.3.2'
1212
implementation localGroovy()
1313
}
1414

0 commit comments

Comments
 (0)