Skip to content

Commit

Permalink
8.0.0-alpha06
Browse files Browse the repository at this point in the history
  • Loading branch information
psteiger committed Nov 6, 2021
1 parent 5f3f243 commit 347e71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locationfetcher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
apply(from = "$rootDir/scripts/publish-root.gradle.kts")

group = "app.freel"
version = "8.0.0-alpha05"
version = "8.0.0-alpha06"

android {
compileSdk = 31
Expand Down Expand Up @@ -37,7 +37,7 @@ afterEvaluate {
register<MavenPublication>("release") {
from(components["release"])
groupId = "app.freel"
version = "8.0.0-alpha05"
version = "8.0.0-alpha06"
artifactId = project.name
pom {
name.set(project.name)
Expand Down

0 comments on commit 347e71d

Please sign in to comment.