chore:补充aabresGuard的依赖配置

This commit is contained in:
Max
2024-01-22 13:49:47 +08:00
parent b463797df9
commit 153898c1a1

View File

@@ -16,6 +16,7 @@ buildscript {
maven { url "https://mvn.mob.com/android" }
maven { url 'https://repo1.maven.org/maven2/' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://raw.githubusercontent.com/martinloren/AabResGuard/mvn-repo' }
}
dependencies {
@@ -30,6 +31,7 @@ buildscript {
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.5'
classpath "com.github.liujingxing:XmlClassGuard:1.2.6"
classpath "com.bytedance.android:aabresguard-plugin:0.1.10"
}
}