Skip to content

Commit

Permalink
ProGuard 7.3.1 Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaidak committed Mar 14, 2023
1 parent 64147e8 commit 08afe0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.0

**ProGuard** 7.3.1 Upgrade

# 0.1.3

[#6 Filter module-info.class from libraryjars](https://github.com/Scalified/gradle-proguard-plugin/issues/6)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
allprojects {

group = "com.scalified"
version = "0.1.3"
version = "1.0.0"

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions proguard/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ gradlePlugin {
dependencies {
compileOnly(kotlin("gradle-plugin"))

implementation("com.guardsquare:proguard-gradle:7.3.0")
implementation("com.guardsquare:proguard-annotations:7.3.0")
implementation("com.guardsquare:proguard-gradle:7.3.1")
implementation("com.guardsquare:proguard-annotations:7.3.1")
}

0 comments on commit 08afe0b

Please sign in to comment.