mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-21 15:28:55 +00:00
Move config to buildSrc
This commit is contained in:
@@ -2,6 +2,7 @@ plugins {
|
||||
`kotlin-dsl`
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
@@ -15,5 +16,9 @@ gradlePlugin {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(kotlin("gradle-plugin", "1.5.30"))
|
||||
implementation("com.android.tools.build:gradle:7.0.2")
|
||||
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.4.0-alpha07")
|
||||
implementation("io.michaelrocks:paranoid-gradle-plugin:0.3.5")
|
||||
implementation("org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r")
|
||||
}
|
||||
|
Reference in New Issue
Block a user