mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-10 10:13:25 +00:00
Upgrade gradle
This commit is contained in:
@@ -17,16 +17,10 @@ gradlePlugin {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions {
|
||||
jvmTarget = "11"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(kotlin("gradle-plugin", "1.8.0"))
|
||||
implementation("com.android.tools.build:gradle:7.4.1")
|
||||
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3")
|
||||
implementation("io.michaelrocks:paranoid-gradle-plugin:0.3.7")
|
||||
implementation("org.lsposed.lsparanoid:gradle-plugin:0.5.0")
|
||||
implementation("org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user