mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
babbab051f
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
232 B
Kotlin
14 lines
232 B
Kotlin
plugins {
|
|
`kotlin-dsl` // enable the Kotlin-DSL
|
|
}
|
|
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.semver4j:semver4j:5.7.0")
|
|
implementation("org.ajoberstar.grgit:grgit-core:5.3.0")
|
|
}
|