|
|
|
|
@ -1,13 +1,16 @@
|
|
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
apply plugin: 'org.jetbrains.kotlin.android'
|
|
|
|
|
plugins {
|
|
|
|
|
alias(libs.plugins.android.application)
|
|
|
|
|
alias(libs.plugins.kotlin.android)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
|
namespace 'com.bjzc.bhzhgd'
|
|
|
|
|
compileSdk 34
|
|
|
|
|
compileSdk 35
|
|
|
|
|
defaultConfig {
|
|
|
|
|
applicationId "com.bjzc.bhzhgd"
|
|
|
|
|
minSdk 24
|
|
|
|
|
targetSdk 34
|
|
|
|
|
targetSdk 35
|
|
|
|
|
versionCode 1
|
|
|
|
|
versionName "1.0.0"
|
|
|
|
|
multiDexEnabled true
|
|
|
|
|
@ -58,23 +61,22 @@ android {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
compileOptions {
|
|
|
|
|
sourceCompatibility JavaVersion.VERSION_17
|
|
|
|
|
targetCompatibility JavaVersion.VERSION_17
|
|
|
|
|
sourceCompatibility JavaVersion.VERSION_21
|
|
|
|
|
targetCompatibility JavaVersion.VERSION_21
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
|
|
|
|
|
|
|
|
|
// implementation 'com.zhy:autolayout:1.4.5'
|
|
|
|
|
// implementation 'com.yolanda.nohttp:nohttp:1.0.5'
|
|
|
|
|
// implementation 'org.litepal.android:core:1.5.1'
|
|
|
|
|
// implementation 'com.zhihu.android:matisse:0.5.3-beta3'
|
|
|
|
|
//图片压缩
|
|
|
|
|
// implementation 'top.zibin:Luban:1.1.8'
|
|
|
|
|
// implementation 'id.zelory:compressor:1.0.3'
|
|
|
|
|
implementation libs.androidx.core.ktx
|
|
|
|
|
implementation libs.androidx.appcompat
|
|
|
|
|
implementation libs.material
|
|
|
|
|
implementation libs.androidx.activity
|
|
|
|
|
implementation libs.androidx.constraintlayout
|
|
|
|
|
testImplementation libs.junit
|
|
|
|
|
androidTestImplementation libs.androidx.junit
|
|
|
|
|
androidTestImplementation libs.androidx.espresso.core
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -90,40 +92,46 @@ dependencies {
|
|
|
|
|
implementation project(':luban')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.0'
|
|
|
|
|
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
|
|
|
|
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
|
|
|
|
|
//网络请求
|
|
|
|
|
implementation libs.logging.interceptor
|
|
|
|
|
implementation libs.com.squareup.retrofit2.retrofit3
|
|
|
|
|
implementation libs.com.squareup.retrofit2.converter.gson
|
|
|
|
|
implementation libs.okhttp
|
|
|
|
|
implementation libs.cn.hutool.hutool.all
|
|
|
|
|
|
|
|
|
|
implementation 'com.github.huangyanbin:SmartTable:2.2.0'
|
|
|
|
|
implementation 'com.google.android.material:material:1.2.1'
|
|
|
|
|
implementation 'androidx.multidex:multidex:2.0.1'
|
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
|
|
|
|
implementation 'de.hdodenhof:circleimageview:3.1.0'
|
|
|
|
|
implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.5.9'
|
|
|
|
|
implementation 'com.github.wanglu1209:PhotoViewer:0.50'
|
|
|
|
|
implementation 'io.github.azhon:appupdate:4.2.6'
|
|
|
|
|
implementation 'com.tencent.bugly:crashreport:3.2.1'
|
|
|
|
|
implementation 'com.github.xuexiangjys:XUI:1.1.4'
|
|
|
|
|
implementation 'org.greenrobot:eventbus:3.0.0'
|
|
|
|
|
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
|
|
|
|
|
|
|
|
|
implementation libs.com.github.philjay.mpandroidchart6
|
|
|
|
|
implementation libs.circleimageview
|
|
|
|
|
implementation libs.com.github.chrisbanes.photoview.library6
|
|
|
|
|
implementation libs.me.leolin.shortcutbadger
|
|
|
|
|
implementation libs.cn.jzvd.jiaozivideoplayer6
|
|
|
|
|
implementation libs.com.github.chrisbanes.photoview6
|
|
|
|
|
implementation libs.com.davemorrissey.labs.subsampling.scale.image.view6
|
|
|
|
|
implementation libs.com.github.huangyanbin.smarttable6
|
|
|
|
|
implementation libs.androidx.multidex
|
|
|
|
|
implementation libs.recyclerview.v140
|
|
|
|
|
implementation libs.xuexiangjys.xui
|
|
|
|
|
implementation libs.baoyachi.stepview
|
|
|
|
|
implementation libs.appupdate
|
|
|
|
|
implementation libs.com.tencent.bugly.crashreport
|
|
|
|
|
|
|
|
|
|
//第三方工具类
|
|
|
|
|
implementation 'cn.hutool:hutool-all:5.8.5'
|
|
|
|
|
implementation libs.picture.library
|
|
|
|
|
implementation libs.photoviewer
|
|
|
|
|
implementation libs.eventbus
|
|
|
|
|
//第三方库图片异步加载
|
|
|
|
|
implementation libs.com.github.bumptech.glide.glide
|
|
|
|
|
annotationProcessor libs.compiler
|
|
|
|
|
//mqtt
|
|
|
|
|
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.4'
|
|
|
|
|
implementation 'org.eclipse.paho:org.eclipse.paho.android.service:1.1.1'
|
|
|
|
|
implementation 'org.bouncycastle:bcpkix-jdk15on:1.56'
|
|
|
|
|
implementation 'commons-codec:commons-codec:1.15'
|
|
|
|
|
implementation libs.eclipse.org.eclipse.paho.client.mqttv3
|
|
|
|
|
implementation libs.eclipse.org.eclipse.paho.android.service
|
|
|
|
|
implementation libs.org.bouncycastle.bcpkix.jdk15on
|
|
|
|
|
implementation libs.commons.codec
|
|
|
|
|
//本地广播
|
|
|
|
|
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
|
|
|
|
|
implementation 'androidx.activity:activity:1.8.0'
|
|
|
|
|
implementation libs.androidx.localbroadcastmanager
|
|
|
|
|
//第三方浏览器
|
|
|
|
|
implementation 'io.github.justson:agentweb-core:v5.1.1-androidx'
|
|
|
|
|
implementation libs.io.github.justson.agentweb.core3
|
|
|
|
|
implementation libs.cymchad.baserecyclerviewadapterhelper
|
|
|
|
|
|
|
|
|
|
testImplementation 'junit:junit:4.13.1'
|
|
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
|
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
|
|
|
|
configurations {
|
|
|
|
|
all*.exclude group: 'com.google.code.gson'
|
|
|
|
|
}
|
|
|
|
|
|