Skip to content

Commit

Permalink
Update version in the build.gradle file to 1.5.10-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Aug 17, 2023
1 parent 65ca35e commit 849a4c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle-javacpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ env:
jobs:
linux-x86_64:
runs-on: ubuntu-20.04
container: centos:7
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-centos@actions
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'org.bytedeco'
version = '1.5.9'
version = '1.5.10-SNAPSHOT'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down
4 changes: 2 additions & 2 deletions samples/javacv-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ repositories {

dependencies {
api "org.bytedeco:javacv-platform:1.5.9"
// api "org.bytedeco:opencv-platform-gpu:4.6.0-$version"
// api "org.bytedeco:ffmpeg-platform-gpl:5.1.2-$version"
// api "org.bytedeco:opencv-platform-gpu:4.7.0-$version"
// api "org.bytedeco:ffmpeg-platform-gpl:6.0-$version"
testImplementation 'junit:junit:4.13.2'
}

Expand Down

0 comments on commit 849a4c9

Please sign in to comment.