Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Actions workflows for build and release #14

Merged
merged 9 commits into from
Apr 26, 2023
Merged
Prev Previous commit
Next Next commit
Don't specify OpenCV version
  • Loading branch information
NoahAndrews committed Apr 25, 2023
commit 97e18f9dbc022a52a675692a6e69ef071e9552f6
1 change: 0 additions & 1 deletion config.gradle
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ nativeUtils {
configureDependencies {
wpiVersion = "2020.+"
niLibVersion = "2020.9.1"
opencvVersion = "3.4.7-2"
googleTestVersion = "1.9.0-3-437e100"
}
}