Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowine committed Aug 15, 2023
2 parents d89dd26 + dc29e69 commit 2058173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xkt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ afterEvaluate {
create<MavenPublication>("release") {
groupId = "com.github.xiaowine"
artifactId = "XKT"
version = "1.0.7"
version = "1.0.8"
from(components["release"])
}
}
}
}
}

0 comments on commit 2058173

Please sign in to comment.