//此脚本为渠道的第三方远程依赖库配置,会复制到unity中用于构建
|
|
dependencies {
|
|
implementation(name: 'alipay', ext: 'aar')
|
implementation(name: 'smsdk', ext: 'aar')
|
implementation(name: 'unionapylibrary', ext: 'aar')
|
implementation(name: 'wxlibrary', ext: 'aar')
|
implementation 'com.android.support:appcompat-v7:28.0.0'
|
|
// implementation("com.android.support:design:版本号")
|
// implementation("com.android.support:recyclerview-v7:版本号")
|
// implementation "com.android.support.constraint:constraint-layout:版本号"
|
|
implementation("com.android.support:design:28.0.0")
|
implementation("com.android.support:recyclerview-v7:28.0.0")
|
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
|
implementation("com.github.bumptech.glide:glide:4.4.0") {
|
|
exclude group: 'com.android.support'
|
|
}
|
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.4.0'
|
|
implementation("jp.wasabeef:glide-transformations:3.0.1") {
|
|
exclude group: 'com.github.bumptech.glide', module: 'glide'
|
|
}
|
|
implementation ('com.github.bumptech.glide:okhttp3-integration:4.4.0')
|
|
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
|
|
implementation 'org.greenrobot:eventbus:3.1.1'
|
|
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.2'
|
|
implementation 'com.alibaba:fastjson:1.1.34.android'
|
|
implementation 'com.google.code.gson:gson:2.2.1'
|
}
|
dependencies {
|
|
}
|