Skip to content

Commit

Permalink
Release 1.1.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
ComBatVision committed Jan 13, 2023
1 parent 9bc4e88 commit fe06bb1
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 @@ -22,7 +22,7 @@ repositories {
}
dependencies {
implementation 'earth.worldwind:worldwind:1.1.12'
implementation 'earth.worldwind:worldwind:1.1.13'
}
```

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

allprojects {
group = "earth.worldwind"
version = "1.1.12"
version = "1.1.13"

extra.apply {
set("minSdk", 26) // java.time requires Oreo. Use "isCoreLibraryDesugaringEnabled = true" to lower API to KitKat
Expand Down

0 comments on commit fe06bb1

Please sign in to comment.