mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 11:21:53 +00:00
Update dependencies
This commit is contained in:
@@ -16,9 +16,9 @@ gradlePlugin {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(kotlin("gradle-plugin", "1.9.0"))
|
||||
implementation(embeddedKotlin("gradle-plugin"))
|
||||
implementation("com.android.tools.build:gradle:8.1.2")
|
||||
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.7.1")
|
||||
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.7.4")
|
||||
implementation("org.lsposed.lsparanoid:gradle-plugin:0.5.2")
|
||||
implementation("org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r")
|
||||
implementation("org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r")
|
||||
}
|
||||
|
||||
@@ -144,6 +144,8 @@ abstract class AddCommentTask: DefaultTask() {
|
||||
it.eocdComment = comment.get().toByteArray()
|
||||
it.get(IncrementalPackager.APP_METADATA_ENTRY_PATH)?.delete()
|
||||
it.get(JarFile.MANIFEST_NAME)?.delete()
|
||||
it.get("assets/dexopt/baseline.prof")?.delete()
|
||||
it.get("assets/dexopt/baseline.profm")?.delete()
|
||||
}
|
||||
|
||||
outFile
|
||||
|
||||
Reference in New Issue
Block a user