同步peko:升级vasdolly版本

This commit is contained in:
Max
2023-12-13 14:46:46 +08:00
parent 609386f668
commit c68c254073
3 changed files with 3 additions and 3 deletions

View File

@@ -270,7 +270,7 @@ dependencies {
implementation 'com.github.fodroid:XRadioGroup:v1.5'
api 'com.tencent.vasdolly:helper:3.0.3'
api 'com.tencent.vasdolly:helper:3.0.6'
implementation "io.github.tencent:vap:2.0.24"
implementation 'com.github.mmin18:realtimeblurview:1.2.1'

View File

@@ -26,7 +26,7 @@ buildscript {
classpath "io.realm:realm-gradle-plugin:10.16.1"
// android 资源混淆插件
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.tencent.vasdolly:plugin:3.0.3'
classpath 'com.tencent.vasdolly:plugin:3.0.6'
classpath "com.bytedance.android:aabresguard-plugin:0.1.10"
classpath "com.github.liujingxing:XmlClassGuard:1.2.6"

View File

@@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx4096M" -XX\:MaxPermSize\=4096m
org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx4096M" -XX\:MaxMetaspaceSize\=4096m
org.gradle.daemon=true
# When configured, Gradle will run in incubating parallel mode.