You've already forked ZygiskNext
mirror of
https://github.com/Dr-TSNG/ZygiskNext.git
synced 2025-08-27 23:46:34 +00:00
Update deps
This commit is contained in:
@@ -2,18 +2,7 @@ import com.android.build.gradle.LibraryExtension
|
|||||||
import java.io.ByteArrayOutputStream
|
import java.io.ByteArrayOutputStream
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.application") apply false
|
alias(libs.plugins.agp.lib) apply false
|
||||||
id("com.android.library") apply false
|
|
||||||
}
|
|
||||||
|
|
||||||
buildscript {
|
|
||||||
repositories {
|
|
||||||
maven("https://plugins.gradle.org/m2/")
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath("org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r")
|
|
||||||
classpath("org.mozilla.rust-android-gradle:plugin:0.9.3")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fun String.execute(currentWorkingDir: File = file("./")): String {
|
fun String.execute(currentWorkingDir: File = file("./")): String {
|
||||||
|
|||||||
9
gradle/libs.versions.toml
Normal file
9
gradle/libs.versions.toml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[versions]
|
||||||
|
agp = "8.1.2"
|
||||||
|
kotlin = "1.9.10"
|
||||||
|
|
||||||
|
[plugins]
|
||||||
|
agp-lib = { id = "com.android.library", version.ref = "agp" }
|
||||||
|
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||||
|
lsplugin-jgit = { id = "org.lsposed.lsplugin.jgit", version = "1.1" }
|
||||||
|
rust-android = { id = "org.mozilla.rust-android-gradle.rust-android", version = "0.9.3" }
|
||||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
6
gradle/wrapper/gradle-wrapper.properties
vendored
6
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,7 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
|
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
|
||||||
|
networkTimeout=10000
|
||||||
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import java.nio.file.Paths
|
|||||||
import org.gradle.internal.os.OperatingSystem
|
import org.gradle.internal.os.OperatingSystem
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.library")
|
alias(libs.plugins.agp.lib)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun Project.findInPath(executable: String, property: String): String? {
|
fun Project.findInPath(executable: String, property: String): String? {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
|
|||||||
import org.apache.tools.ant.filters.FixCrLfFilter
|
import org.apache.tools.ant.filters.FixCrLfFilter
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.library")
|
alias(libs.plugins.agp.lib)
|
||||||
}
|
}
|
||||||
|
|
||||||
val moduleId: String by rootProject.extra
|
val moduleId: String by rootProject.extra
|
||||||
|
|||||||
@@ -6,10 +6,6 @@ pluginManagement {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
plugins {
|
|
||||||
id("com.android.library") version "8.1.0"
|
|
||||||
id("com.android.application") version "8.1.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id("com.android.library")
|
alias(libs.plugins.agp.lib)
|
||||||
id("org.mozilla.rust-android-gradle.rust-android")
|
alias(libs.plugins.rust.android)
|
||||||
}
|
}
|
||||||
|
|
||||||
val verName: String by rootProject.extra
|
val verName: String by rootProject.extra
|
||||||
|
|||||||
Reference in New Issue
Block a user