适配优化
This commit is contained in:
+10
-8
@@ -11,7 +11,7 @@ android {
|
||||
applicationId = "com.shuwei.intelligent.shelves"
|
||||
minSdk = 25
|
||||
//noinspection ExpiredTargetSdkVersion
|
||||
targetSdk = 25
|
||||
targetSdk = 30
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
|
||||
@@ -50,19 +50,21 @@ dependencies {
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
androidTestImplementation(libs.androidx.espresso.core)
|
||||
implementation("androidx.activity:activity-ktx:1.8.0")
|
||||
implementation("androidx.work:work-runtime-ktx:2.8.1")
|
||||
|
||||
implementation("io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.1.2")
|
||||
|
||||
implementation("com.squareup.okhttp3:okhttp:4.9.1")
|
||||
implementation("com.google.code.gson:gson:2.10.1")
|
||||
|
||||
// implementation("io.github.jeremyliao:live-event-bus-x:1.8.0")
|
||||
|
||||
|
||||
// implementation("com.hoho:android-usb-serial:1.3.0")
|
||||
|
||||
implementation("io.github.jeadyx:kmp-serialport:1.0.0")
|
||||
|
||||
// 基础依赖包,必须要依赖
|
||||
implementation("com.geyifeng.immersionbar:immersionbar:3.2.2")
|
||||
// kotlin扩展(可选)
|
||||
implementation("com.geyifeng.immersionbar:immersionbar-ktx:3.2.2")
|
||||
|
||||
// implementation("io.github.jeremyliao:live-event-bus-x:1.8.0")
|
||||
// implementation("com.hoho:android-usb-serial:1.3.0")
|
||||
// implementation("io.github.jeadyx:jserialport:1.5")
|
||||
|
||||
implementation("androidx.work:work-runtime-ktx:2.8.1")
|
||||
}
|
||||
Reference in New Issue
Block a user