Skip to content

Commit

Permalink
Release 1.5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
ComBatVision committed May 24, 2024
1 parent 136b829 commit ea3199c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}
dependencies {
implementation 'earth.worldwind:worldwind:1.5.6'
implementation 'earth.worldwind:worldwind:1.5.7'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {

allprojects {
group = "earth.worldwind"
version = "1.5.6"
version = "1.5.7"

extra.apply {
set("minSdk", 21)
Expand Down

0 comments on commit ea3199c

Please sign in to comment.