File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
integration/boofcv-android/examples Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ BoofCV is on [Maven Central](http://search.maven.org/) and can be easily added t
6262For Gradle projects:
6363```
6464dependencies {
65- api(group: 'org.boofcv', name: 'boofcv-core', version: '1.2.3 ')
65+ api(group: 'org.boofcv', name: 'boofcv-core', version: '1.2.4 ')
6666}
6767```
6868
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ allprojects {
1414 apply plugin : ' com.peterabeles.gversion'
1515
1616 group = ' org.boofcv'
17- version = ' 1.2.4-SNAPSHOT '
17+ version = ' 1.2.4'
1818
1919 createVersionFile. enabled = false // run only once. enabled in types
2020}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Version Meaning: <compatible>.<feature>.<bug fix>
77- Last digit always indicates a bug fix and other minor changes
88
99---------------------
10- Date : 2025/XX/YY
10+ Date : 2025/Sep/30
1111Version : 1.2.4
1212
1313- Build update for Java 25 (Java 11 byte code)
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ configurations {
5656
5757dependencies {
5858 [' boofcv-android' , ' boofcv-core' ]. each {
59- String a -> implementation group : ' org.boofcv' , name : a, version : ' 1.2.3 '
59+ String a -> implementation group : ' org.boofcv' , name : a, version : ' 1.2.4 '
6060 }
6161
6262 def fragment_version = " 2.5.3"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ configurations {
4040
4141dependencies {
4242 [' boofcv-android' , ' boofcv-core' ]. each {
43- String a -> api group : ' org.boofcv' , name : a, version : ' 1.2.3 ' }
43+ String a -> api group : ' org.boofcv' , name : a, version : ' 1.2.4 ' }
4444
4545 annotationProcessor ' org.projectlombok:lombok:1.18.16'
4646
You can’t perform that action at this time.
0 commit comments