Skip to content

Commit ef5a896

Browse files
committed
Release 2.0.10
1 parent 20abc12 commit ef5a896

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828
2929
dependencies {
30-
implementation 'earth.worldwind:worldwind:2.0.9'
30+
implementation 'earth.worldwind:worldwind:2.0.10'
3131
}
3232
```
3333

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kotlin.code.style=official
22
worldwind.minSdk=24
33
worldwind.targetSdk=37
44
worldwind.versionCode=28
5-
worldwind.version=2.0.9
5+
worldwind.version=2.0.10
66
worldwind.codecsVersion=1.0.0
77
kotlin.js.generate.executable.default=false
88
kotlin.mpp.stability.nowarn=true

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
annotation = "1.10.0"
3-
appcompat = "1.7.1"
3+
appcompat = "1.8.0"
44
activity-compose = "1.13.0"
55
compose-multiplatform = "1.11.1"
66
lifecycle-compose = "2.11.0"
@@ -10,7 +10,7 @@ datetime = "0.8.0"
1010
desugar = "2.1.5"
1111
jogl = "2.6.0"
1212
junit = "1.3.0"
13-
ktor = "3.5.1"
13+
ktor = "3.5.2"
1414
lwjgl = "3.4.2"
1515
material = "1.14.0"
1616
# Temporarily held at 2.11.1/2.8.1/2.9.1: the x.2 releases changed the Direction of Attack
@@ -30,9 +30,9 @@ serialization = "1.11.0"
3030
geojson = "0.7.0"
3131
uri-kmp = "0.0.21"
3232
vlcj = "4.12.1"
33-
javacv = "1.5.13"
33+
javacv = "1.5.14"
3434
javafx = "26.0.2"
35-
xmlutil = "1.0.1"
35+
xmlutil = "1.0.2"
3636
webp-imageio = "0.11.0"
3737

3838
[plugins]

0 commit comments

Comments
 (0)