Skip to content

Commit

Permalink
Update example versions to 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton committed Nov 22, 2023
1 parent 789777d commit f6b82b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.guardsquare:proguard-gradle:7.4.0'
classpath 'com.guardsquare:proguard-gradle:7.4.1'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/application-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.guardsquare:proguard-gradle:7.4.0'
classpath 'com.guardsquare:proguard-gradle:7.4.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.guardsquare:proguard-gradle:7.4.0'
classpath 'com.guardsquare:proguard-gradle:7.4.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.guardsquare:proguard-gradle:7.4.0'
classpath 'com.guardsquare:proguard-gradle:7.4.1'
}
}

Expand Down

0 comments on commit f6b82b1

Please sign in to comment.