mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-18 22:20:06 +08:00
Upgrade AGP 8.8.1
This commit is contained in:
parent
cc9ea9a81a
commit
ea8e4aee60
@ -24,8 +24,14 @@ android {
|
|||||||
}
|
}
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding = true
|
viewBinding = true
|
||||||
|
aidl = true
|
||||||
}
|
}
|
||||||
namespace = "io.nekohasekai.sagernet"
|
namespace = "io.nekohasekai.sagernet"
|
||||||
|
packagingOptions {
|
||||||
|
jniLibs {
|
||||||
|
useLegacyPackaging = true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
@ -50,7 +50,6 @@
|
|||||||
android:autoRevokePermissions="allowed"
|
android:autoRevokePermissions="allowed"
|
||||||
android:banner="@mipmap/ic_launcher"
|
android:banner="@mipmap/ic_launcher"
|
||||||
android:dataExtractionRules="@xml/backup_rules"
|
android:dataExtractionRules="@xml/backup_rules"
|
||||||
android:extractNativeLibs="true"
|
|
||||||
android:fullBackupContent="@xml/backup_descriptor"
|
android:fullBackupContent="@xml/backup_descriptor"
|
||||||
android:fullBackupOnly="true"
|
android:fullBackupOnly="true"
|
||||||
android:hardwareAccelerated="true"
|
android:hardwareAccelerated="true"
|
||||||
|
|||||||
@ -7,6 +7,6 @@ apply(from = "../repositories.gradle.kts")
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Gradle Plugins
|
// Gradle Plugins
|
||||||
implementation("com.android.tools.build:gradle:7.4.2")
|
implementation("com.android.tools.build:gradle:8.8.1")
|
||||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
|
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
|
||||||
}
|
}
|
||||||
|
|||||||
@ -21,3 +21,6 @@ android.enableJetifier=true
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
# Gradle parallel build
|
# Gradle parallel build
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
|
android.defaults.buildfeatures.buildconfig=true
|
||||||
|
android.nonTransitiveRClass=false
|
||||||
|
android.nonFinalResIds=false
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user