Skip to content

Commit

Permalink
Inline OpenCv version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Feb 29, 2024
1 parent a994580 commit cc1336a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.activity:activity-ktx:1.8.2'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "org.opencv:opencv:$opencv_version"
implementation 'org.opencv:opencv:4.9.0'
}
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
buildscript {
ext.kotlin_version = "1.9.22"
ext.java_version = 21
ext.opencv_version = "4.9.0"
repositories {
mavenCentral()
google()
Expand Down

0 comments on commit cc1336a

Please sign in to comment.