mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-24 16:07:34 +00:00
Update dependencies, AGP, and SDK level
This commit is contained in:
@@ -16,10 +16,9 @@ gradlePlugin {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Cannot upgrade to 1.9.0: https://issuetracker.google.com/issues/236612358#comment19
|
||||
implementation(kotlin("gradle-plugin", "1.8.22"))
|
||||
implementation("com.android.tools.build:gradle:8.0.2")
|
||||
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.6.0")
|
||||
implementation(kotlin("gradle-plugin", "1.9.0"))
|
||||
implementation("com.android.tools.build:gradle:8.1.0")
|
||||
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.7.0")
|
||||
implementation("org.lsposed.lsparanoid:gradle-plugin:0.5.2")
|
||||
implementation("org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r")
|
||||
}
|
||||
|
@@ -69,13 +69,13 @@ private val Project.androidComponents
|
||||
|
||||
fun Project.setupCommon() {
|
||||
androidBase {
|
||||
compileSdkVersion(33)
|
||||
buildToolsVersion = "33.0.2"
|
||||
compileSdkVersion(34)
|
||||
buildToolsVersion = "34.0.0"
|
||||
ndkPath = "$sdkDirectory/ndk/magisk"
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 23
|
||||
targetSdk = 33
|
||||
targetSdk = 34
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
Reference in New Issue
Block a user