Skip to content

Commit 36673d7

Browse files
Bump version
1 parent 7c436c8 commit 36673d7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ publishing {
4141
artifactId = 'proguard-core-android'
4242
from components.java
4343
pom {
44+
name = 'ProGuardCORE'
4445
description = 'ProGuardCORE is a free library to read, analyze, modify, and write Java class files.'
4546
url = 'https://guardsquare.github.io/proguard-core'
4647
developers {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gradle build properties for ProGuard.
22

3-
proguardCoreVersion = 9.0.7
3+
proguardCoreVersion = 9.0.8
44

55
kotlinVersion = 1.7.20
66
kotlinxMetadataVersion = 0.5.0

tools/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ publishing {
2222
artifactId = 'proguard-core-tools'
2323
from components.java
2424
pom {
25+
name = 'ProGuardCORE'
2526
description = 'ProGuardCORE is a free library to read, analyze, modify, and write Java class files.'
2627
url = 'https://guardsquare.github.io/proguard-core'
2728

0 commit comments

Comments
 (0)