Update
This commit is contained in:
parent
da34877db8
commit
6e378be2fb
|
|
@ -8,16 +8,16 @@ buildscript {
|
|||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.0-beta05'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
|
||||
classpath 'com.android.tools.build:gradle:7.0.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
|
||||
}
|
||||
}
|
||||
|
||||
// sync from https://github.com/LSPosed/LSPosed/blob/master/build.gradle.kts
|
||||
ext {
|
||||
androidCompileSdkVersion = "android-S"
|
||||
androidCompileSdkVersion = 31
|
||||
androidCompileNdkVersion = "22.1.7171670"
|
||||
androidBuildToolsVersion = "30.0.3"
|
||||
androidBuildToolsVersion = "31.0.0"
|
||||
androidMinSdkVersion = 27
|
||||
androidTargetSdkVersion = 30
|
||||
verCode = 1
|
||||
|
|
|
|||
2
core
2
core
|
|
@ -1 +1 @@
|
|||
Subproject commit 41d7f456fbc6c14dc3dfe1448b72c9661ebf74ab
|
||||
Subproject commit fe666de6eac0bac98cd0ea192d8cdcc7ea6b6d80
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
#Thu Jun 17 15:35:10 CST 2021
|
||||
#Sat Aug 07 16:09:17 CST 2021
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
|
|||
Loading…
Reference in New Issue