Commit 16e62232 authored by 宋永孟's avatar 宋永孟

add config

parent aa38b8b4
ext.android = [
versionCode : 1,
versionName : "1.0",
isApplication: false
]
ext.dependencies = [
publicImplementation :[
'androidx.core:core-ktx:1.3.2',
'androidx.appcompat:appcompat:1.2.0',
'com.google.android.material:material:1.2.1',
'androidx.constraintlayout:constraintlayout:2.0.4',
'jp.co.cyberagent.android:gpuimage:2.1.0',
'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9',
// 'androidx.navigation:navigation-fragment-ktx:2.3.2',
// 'androidx.navigation:navigation-ui-ktx:2.3.2',
'com.scwang.smart:refresh-layout-kernel:2.0.1',
'com.scwang.smart:refresh-header-classics:2.0.1',
'com.scwang.smart:refresh-footer-classics:2.0.1',
"androidx.recyclerview:recyclerview:1.1.0",
'de.hdodenhof:circleimageview:3.1.0',
'com.github.chrisbanes:PhotoView:2.3.0',
'com.yidian.chameleon:core:0.0.2',
'com.yidian.chameleon:nightmode_basic_widget:1.0.8',
'com.yidian.android:CommonComponent:0.0.88',
'com.yidian.xarc:xevent:0.0.3',
'com.google.zxing:core:3.4.0',
'id.zelory:compressor:3.0.0',
'com.yidian.ftcomponents:ftdevicefinger:0.0.7',
'com.yidian.pmcomponents:appupdate:0.0.7',
'com.umeng.umsdk:common:9.3.3',
'com.umeng.umsdk:asms:1.1.4',
'com.umeng.umsdk:crash:0.0.4',
'com.umeng.umsdk:share-core:7.1.3',
'com.umeng.umsdk:share-board:7.1.3',
'com.umeng.umsdk:share-qq:7.1.3',
'com.umeng.umsdk:share-wx:7.1.3',
'com.umeng.umsdk:share-sina:7.1.3',
'com.sina.weibo.sdk:core:4.4.3:openDefaultRelease@aar',
'com.umeng.umsdk:push:6.2.0',
'com.umeng.umsdk:utdid:1.5.2',
'com.umeng.umsdk:alicloud-httpdns:1.2.5',
'com.umeng.umsdk:alicloud-utils:1.1.5',
'com.umeng.umsdk:alicloud_beacon:1.0.1',
'com.umeng.umsdk:agoo-accs:3.3.9.7-open',
'com.umeng.umsdk:agoo_networksdk:3.5.5',
'com.umeng.umsdk:agoo_tlog:3.0.0.17',
'com.umeng.umsdk:agoo_tnet4android:3.1.14.9',
'cn.jiguang.sdk:jverification:2.6.4',
'cn.jiguang.sdk:jcore:2.3.4',
'com.github.tbruyelle:rxpermissions:0.12',
'io.reactivex.rxjava3:rxandroid:3.0.0',
'io.reactivex.rxjava3:rxjava:3.0.9',
'com.yidian.framework.mobile:ydhttp:1.0.8-SNAPSHOT',
'com.yidian.framework.mobile:ydutils:1.0.1-SNAPSHOT',
'com.yidian.framework.mobile:xdiamond:1.0.2-SNAPSHOT'
],
other:[
':CommonLib:Common'
],
video:'com.yidian.framework.mobile:ydvideo:1.0.0-SNAPSHOT',
androidTestImplementation:[
'androidx.test.ext:junit:1.1.2',
'androidx.test.espresso:espresso-core:3.3.0'
],
testImplementation : 'junit:junit:4.13.1'
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment