mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
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.2")
|
|
}
|