Browse Source

1. 版本1.0.15打包

20241218TB223FC(测试jar包)
wangwanlei 6 months ago
parent
commit
08d421b186
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      app/build.gradle.kts

+ 4
- 2
app/build.gradle.kts View File

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

Loading…
Cancel
Save