ext { isRelease = true userLibs = [ appcompat : 'androidx.appcompat:appcompat:1.6.0', material : 'com.google.android.material:material:1.8.0', constraintlayout: 'androidx.constraintlayout:constraintlayout:2.0.4', //数据存储库 mmkv : 'com.tencent:mmkv:1.2.11', //json解析库 gson : 'com.google.code.gson:gson:2.8.9', recyclerview : 'androidx.recyclerview:recyclerview:1.1.0', //网络请求库 okhttp3 : 'com.zhousf.lib:okhttp3:2.9.9', //图片加载库 glide : 'com.github.bumptech.glide:glide:4.12.0', glide_compiler : 'com.github.bumptech.glide:compiler:4.12.0', // glide_transformations: 'jp.wasabeef:glide-transformations:4.3.0', //解除Android P 反射机制 // freereflection : 'com.github.tiann:FreeReflection:3.1.0', //logger库 orhanbutlogger : 'com.orhanobut:logger:2.1.1', // //微信sdk wechatsdk : 'com.tencent.mm.opensdk:wechat-sdk-android:+', //支付宝sdk alipaysdk : 'com.alipay.sdk:alipaysdk-android:+@aar', LongImage : 'com.davemorrissey.labs:subsampling-scale-image-view:3.5.0', Toaster : 'com.github.getActivity:Toaster:12.3', Multidex : 'com.android.support:multidex:1.0.3', splashscreen : 'androidx.core:core-splashscreen:1.0.1' ] testLibs = [ junit : 'junit:junit:4.13.2', junitAndroid: 'androidx.test.ext:junit:1.1.3', espresso : 'androidx.test.espresso:espresso-core:3.4.0' ] }