Skip to content

Commit 849a4c9

Browse files
committed
Update version in the build.gradle file to 1.5.10-SNAPSHOT
1 parent 65ca35e commit 849a4c9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/gradle-javacpp.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ env:
1111
jobs:
1212
linux-x86_64:
1313
runs-on: ubuntu-20.04
14-
container: centos:7
1514
steps:
16-
- uses: bytedeco/javacpp-presets/.github/actions/deploy-centos@actions
15+
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'org.bytedeco'
9-
version = '1.5.9'
9+
version = '1.5.10-SNAPSHOT'
1010

1111
sourceCompatibility = 1.7
1212
targetCompatibility = 1.7

samples/javacv-demo/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repositories {
1414

1515
dependencies {
1616
api "org.bytedeco:javacv-platform:1.5.9"
17-
// api "org.bytedeco:opencv-platform-gpu:4.6.0-$version"
18-
// api "org.bytedeco:ffmpeg-platform-gpl:5.1.2-$version"
17+
// api "org.bytedeco:opencv-platform-gpu:4.7.0-$version"
18+
// api "org.bytedeco:ffmpeg-platform-gpl:6.0-$version"
1919
testImplementation 'junit:junit:4.13.2'
2020
}
2121

0 commit comments

Comments
 (0)