Skip to content

Commit

Permalink
Release 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaksymenko committed Jan 10, 2024
1 parent 0ce83c9 commit 014aa9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.7'
implementation 'earth.worldwind:worldwind:1.4.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ buildscript {

allprojects {
group = "earth.worldwind"
version = "1.3.7"
version = "1.4.0"

extra.apply {
set("minSdk", 21)
set("targetSdk", 34)
set("versionCode", 8)
set("versionCode", 9)
set("javaVersion", JavaVersion.VERSION_1_8)
}

Expand Down

0 comments on commit 014aa9f

Please sign in to comment.