|
@@ -17,8 +17,8 @@ android {
|
17
|
17
|
applicationId = "com.xhkjedu.manageapp"
|
18
|
18
|
minSdk = 24
|
19
|
19
|
targetSdk = 30
|
20
|
|
- versionCode = 14
|
21
|
|
- versionName = "1.0.13"
|
|
20
|
+ versionCode = 16
|
|
21
|
+ versionName = "1.0.15"
|
22
|
22
|
|
23
|
23
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
24
|
24
|
vectorDrawables {
|
|
@@ -149,6 +149,8 @@ dependencies {
|
149
|
149
|
testImplementation(libs.junit)
|
150
|
150
|
implementation("com.baidu.lbsyun:BaiduMapSDK_Location_All:9.3.7")
|
151
|
151
|
implementation("com.tencent.bugly:crashreport:latest.release")
|
|
152
|
+ //第三方cardview
|
|
153
|
+ implementation("org.linwg1988:lcardview:1.5.4")
|
152
|
154
|
androidTestImplementation(libs.androidx.test.ext.junit)
|
153
|
155
|
androidTestImplementation(libs.espresso.core)
|
154
|
156
|
androidTestImplementation(platform(libs.compose.bom))
|