Skip to content

Commit

Permalink
Update version number in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton committed Jan 31, 2024
1 parent 712fd76 commit d4692c3
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.1'
classpath 'com.guardsquare:proguard-gradle:7.4.2'
}
}
```
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.1'
classpath 'com.guardsquare:proguard-gradle:7.4.2'
}
}

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.1'
classpath 'com.guardsquare:proguard-gradle:7.4.2'
}
}

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.1'
classpath 'com.guardsquare:proguard-gradle:7.4.2'
}
}

Expand Down

0 comments on commit d4692c3

Please sign in to comment.