集成vasdolly

This commit is contained in:
huangjian
2021-12-20 10:27:23 +08:00
parent 6fe924c663
commit 0e14197bd6
18 changed files with 71 additions and 1107 deletions

View File

@@ -13,19 +13,19 @@ buildscript {
maven { url 'https://jitpack.io' }
google()
mavenCentral()
maven {url 'http://developer.huawei.com/repo/'}
maven { url "http://mvn.mob.com/android" }
maven {url 'https://developer.huawei.com/repo/'}
maven { url "https://mvn.mob.com/android" }
maven { url 'https://repo1.maven.org/maven2/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
classpath 'com.android.tools.build:gradle:4.2.2'
//realm 数据库插件
classpath "io.realm:realm-gradle-plugin:5.3.0"
// android 资源混淆插件
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.16'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.huawei.agconnect:agcp:1.3.1.300'
classpath 'com.huawei.agconnect:agcp:1.6.0.300'
classpath 'com.tencent.vasdolly:plugin:3.0.3'
}
}
@@ -35,11 +35,11 @@ allprojects {
mavenCentral()
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://jitpack.io' }
maven { url "http://mvn.mob.com/android" }
maven { url "https://mvn.mob.com/android" }
maven { url 'https://repo1.maven.org/maven2/' }
maven { url 'http://developer.huawei.com/repo/' }
maven { url 'https://developer.huawei.com/repo/' }
maven(){
url 'http://sdk-repository.wujiehh.com:8081/repository/WJHD/'
url 'https://sdk-repository.wujiehh.com/repository/WJHD/'
credentials {
username = 'wjhd'
password = 'WV9#i%C3e@p$jtPyU*ds^VUp317koE1Y'