Skip to content

Commit

Permalink
Updated text to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Jun 27, 2024
1 parent d3a9f80 commit 2689f61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ BoofCV is on [Maven Central](http://search.maven.org/) and can be easily added t
For Gradle projects:
```
dependencies {
api(group: 'org.boofcv', name: 'boofcv-core', version: '1.1.3')
api(group: 'org.boofcv', name: 'boofcv-core', version: '1.1.5')
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ configurations {

dependencies {
['boofcv-android', 'boofcv-core'].each {
String a -> implementation group: 'org.boofcv', name: a, version: '1.1.4'
String a -> implementation group: 'org.boofcv', name: a, version: '1.1.5'
}

def fragment_version = "2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion integration/boofcv-android/examples/video/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ configurations {

dependencies {
['boofcv-android', 'boofcv-core'].each {
String a -> api group: 'org.boofcv', name: a, version: '1.1.3' }
String a -> api group: 'org.boofcv', name: a, version: '1.1.5' }

annotationProcessor 'org.projectlombok:lombok:1.18.16'

Expand Down

0 comments on commit 2689f61

Please sign in to comment.