Skip to content

Commit 7d3aa3f

Browse files
committed
Release 1.13.0
1 parent fec0fe8 commit 7d3aa3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
}
2626
2727
dependencies {
28-
implementation 'earth.worldwind:worldwind:1.12.0'
28+
implementation 'earth.worldwind:worldwind:1.13.0'
2929
}
3030
```
3131

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717

1818
allprojects {
1919
group = "earth.worldwind"
20-
version = "1.12.0"
20+
version = "1.13.0"
2121

2222
extra.apply {
2323
set("minSdk", 24)

0 commit comments

Comments
 (0)