Skip to content

Commit

Permalink
Release 1.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ComBatVision committed May 3, 2024
1 parent 17cf36c commit 93ec52c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Provides a geographic context with high-resolution terrain, for visualizing geog
Developers can customize the globe's terrain and imagery. Provides a collection of shapes for displaying and interacting with
geographic data and representing a range of geometric objects.

- [WorldWind Examples](https://play.google.com/store/apps/details?id=earth.worldwind.examples) a set of Android benchmarks
- [WorldWind Tutorials](https://play.google.com/store/apps/details?id=earth.worldwind.tutorials) demonstration of Android version capabilities
- [tutorials.worldwind.earth](https://tutorials.worldwind.earth) demonstration of Web version capabilities
- [worldwind.earth](https://worldwind.earth) has setup instructions, developers guides, API documentation and more

## Download
Expand All @@ -22,7 +25,7 @@ repositories {
}
dependencies {
implementation 'earth.worldwind:worldwind:1.5.0'
implementation 'earth.worldwind:worldwind:1.5.2'
}
```

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.5.0"
version = "1.5.2"

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

Expand Down
2 changes: 1 addition & 1 deletion worldwind-examples-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
}

buildTypes {
getByName("release") {
release {
isMinifyEnabled = true
setProguardFiles(listOf(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"))
}
Expand Down
2 changes: 1 addition & 1 deletion worldwind-tutorials/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android {
}

buildTypes {
getByName("release") {
release {
isMinifyEnabled = true
setProguardFiles(listOf(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"))
}
Expand Down

0 comments on commit 93ec52c

Please sign in to comment.