Skip to content

Commit d4692c3

Browse files
Update version number in examples
1 parent 712fd76 commit d4692c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ buildscript {
109109
mavenCentral()
110110
}
111111
dependencies {
112-
classpath 'com.guardsquare:proguard-gradle:7.4.1'
112+
classpath 'com.guardsquare:proguard-gradle:7.4.2'
113113
}
114114
}
115115
```

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.4.1'
10+
classpath 'com.guardsquare:proguard-gradle:7.4.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.4.1'
10+
classpath 'com.guardsquare:proguard-gradle:7.4.2'
1111
}
1212
}
1313

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.4.1'
10+
classpath 'com.guardsquare:proguard-gradle:7.4.2'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)