Skip to content

Commit

Permalink
Release 1.2.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
ComBatVision committed May 25, 2023
1 parent d2aee0d commit 23de0e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.10'
implementation 'earth.worldwind:worldwind:1.2.13'
}
```

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.2.10"
version = "1.2.13"

extra.apply {
set("minSdk", 21)
set("targetSdk", 33)
set("versionCode", 5)
set("versionCode", 6)
}

repositories {
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 @@ -36,7 +36,7 @@ kotlin {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
implementation("com.google.android.material:material:1.8.0")
implementation("com.google.android.material:material:1.9.0")
}
}
}
Expand Down

0 comments on commit 23de0e0

Please sign in to comment.