Skip to content

Commit 6776d6a

Browse files
Prepare for 7.8.2 release
Summary: Update all relevant docs to prepare for release containing D56358 Reviewers: dominik.huber, thomas.vochten Reviewed By: dominik.huber, thomas.vochten Differential Revision: https://phabricator.guardsquare.com/D57357
1 parent e1e2689 commit 6776d6a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ buildscript {
108108
mavenCentral()
109109
}
110110
dependencies {
111-
classpath 'com.guardsquare:proguard-gradle:7.8.1'
111+
classpath 'com.guardsquare:proguard-gradle:7.8.2'
112112
}
113113
}
114114
```

docs/md/manual/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to the manual for **ProGuard** version 7.8.1 ([what's new?](releasenotes.md)).
1+
Welcome to the manual for **ProGuard** version 7.8.2 ([what's new?](releasenotes.md)).
22

33
ProGuard is an open-sourced Java class file shrinker, optimizer, obfuscator, and
44
preverifier. As a result, ProGuard processed applications and libraries are smaller and faster.

examples/application-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
google()
88
}
99
dependencies {
10-
classpath 'com.guardsquare:proguard-gradle:7.8.1'
10+
classpath 'com.guardsquare:proguard-gradle:7.8.2'
1111
}
1212
}
1313

examples/application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
google()
88
}
99
dependencies {
10-
classpath 'com.guardsquare:proguard-gradle:7.8.1'
10+
classpath 'com.guardsquare:proguard-gradle:7.8.2'
1111
}
1212
}
1313

examples/gradle-kotlin-dsl/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
google()
66
}
77
dependencies {
8-
classpath("com.guardsquare:proguard-gradle:7.8.1")
8+
classpath("com.guardsquare:proguard-gradle:7.8.2")
99
}
1010
}
1111

examples/spring-boot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
google()
88
}
99
dependencies {
10-
classpath 'com.guardsquare:proguard-gradle:7.8.1'
10+
classpath 'com.guardsquare:proguard-gradle:7.8.2'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)