ext { //Android android = [ applicationId : "com.sjkj.appthreefloor_tsgz", minSdkVersion : 21, targetSdkVersion : 31, compileSdkVersion: 30, versionCode : 10404, versionName : "1.4.4", ] //Libraries dependencies = [ "retrofit2" : 'com.squareup.retrofit2:retrofit:2.1.0', "retrofit2-converter-gson": 'com.squareup.retrofit2:converter-gson:2.1.0', "retrofit2-adapter-rxjava": 'com.squareup.retrofit2:adapter-rxjava:2.1.0', "rxandroid" : 'io.reactivex:rxandroid:1.2.0', "rxandroid3" : 'io.reactivex.rxjava3:rxandroid:3.0.0', "gson" : 'com.google.code.gson:gson:2.8.6', "okhttp3" : 'com.squareup.okhttp3:okhttp:4.9.1', "appcompat" : 'androidx.appcompat:appcompat:1.3.0', "design" : 'com.google.android.material:material:1.2.0', "glide" : 'com.github.bumptech.glide:glide:4.12.0', "glide-compiler" : 'com.github.bumptech.glide:compiler:4.12.0', "zxing" : 'com.king.zxing:zxing-lite:2.0.3', "constraint-layout" : 'androidx.constraintlayout:constraintlayout:2.0.4', // "banner" : 'com.youth.banner:banner:1.4.10', "smartrefreshlayout" : 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.5.1', "smartrefreshheader" : 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.5.1', "mmkv" : 'com.tencent:mmkv:1.0.10', "vectordrawable" : 'androidx.vectordrawable:vectordrawable:1.1.0', "rxjava3" : 'io.reactivex.rxjava3:rxjava:3.0.13', "recyclerview" : 'androidx.recyclerview:recyclerview:1.2.1', "palette" : 'androidx.palette:palette:1.0.0', "aspectjrt" : 'org.aspectj:aspectjrt:1.9.6', "annotations" : 'androidx.annotation:annotation:1.0.0', "lifecycle-extensions" : 'androidx.lifecycle:lifecycle-extensions:2.2.0', "eventbus" : 'org.greenrobot:eventbus:3.2.0', "tinypinyin" : 'com.github.promeg:tinypinyin:3.0.0', "hms:scan-kit" : 'com.huawei.hms:scan:1.1.3.301', "legacy" : 'androidx.legacy:legacy-support-v13:1.0.0', "swiperefreshlayout" : 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0', // "jiguangpush" : 'cn.jiguang.sdk:jpush:3.8.6', // 此处以JPush 3.8.6 版本为例。 "jiguangcore" : 'cn.jiguang.sdk:jcore:2.5.5', // 此处以JCore 2.5.5 版本为例。 "xpermissions" : 'com.github.getActivity:XXPermissions:18.2', "matisse" : 'com.zhihu.android:matisse:0.5.3-beta3', "logger" : 'com.orhanobut:logger:2.2.0', "flexbox" : 'com.google.android:flexbox:0.3.0-alpha2', "calendarview" : 'com.haibin:calendarview:3.6.8', "pickerview" : 'com.contrarywind:Android-PickerView:4.1.9', "luban" : 'top.zibin:Luban:1.1.8', "photoview" : 'com.bm.photoview:library:1.4.1', "mpandroidchart" : 'com.github.PhilJay:MPAndroidChart:v3.1.0', "kotlin" : 'org.jetbrains.kotlin:kotlin-stdlib:1.5.30', "dialogx" : 'com.github.kongzue.DialogX:DialogX:0.0.48', "dialogxsample" : 'com.github.kongzue.DialogXSample:DatePicker:0.0.3', // "multipleselector" : 'com.swy:multipleselector:1.0.0', "relinker" : 'com.getkeepsafe.relinker:relinker:1.3.1', "silicompressor" : 'com.iceteck.silicompressorr:silicompressor:2.2.4', ] }