mirror of
https://github.com/LSPosed/DisableFlagSecure.git
synced 2025-05-04 18:29:43 +08:00
update AGP
This commit is contained in:
parent
de591e925e
commit
f11e16da7d
@ -42,14 +42,15 @@ android {
|
||||
} else {
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
vcsInfo.include false
|
||||
minifyEnabled true
|
||||
proguardFiles 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility JavaVersion.VERSION_21
|
||||
targetCompatibility JavaVersion.VERSION_21
|
||||
}
|
||||
|
||||
lint {
|
||||
|
@ -1,10 +1,10 @@
|
||||
plugins {
|
||||
id 'com.android.application' version '8.8.2' apply false
|
||||
id 'com.android.application' version '8.9.0' apply false
|
||||
id 'org.lsposed.lsplugin.jgit' version "1.1"
|
||||
}
|
||||
|
||||
tasks.register('clean', Delete) {
|
||||
delete rootProject.buildDir
|
||||
delete rootProject.layout.buildDirectory
|
||||
}
|
||||
|
||||
var repo = jgit.repo(true)
|
||||
|
@ -12,7 +12,7 @@ android {
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility JavaVersion.VERSION_21
|
||||
targetCompatibility JavaVersion.VERSION_21
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user