Skip to content

Commit

Permalink
update lib version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jun 6, 2024
1 parent 184545d commit 598b4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ apply plugin: 'java'

def date = new Date()
def formattedDate = date.format('yyMMdd')
ext.version = "4.8.0"
ext.soVersion = "4.8"
ext.version = "4.10.0"
ext.soVersion = "4.10"
ext.libVersion = "${ext.version.replace(".", "")}"

ext.licenseFile = file("$rootDir/opencv/LICENSE")
Expand Down

0 comments on commit 598b4e3

Please sign in to comment.