Skip to content

Commit

Permalink
upgrade umeng.common:9.6.7, asms:1.8.2, apm:1.9.5, build: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaljust committed Feb 1, 2024
1 parent 95af2d2 commit 54b8d4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.eternaljust.msea"
minSdk 29
targetSdk 34
versionCode 18
versionName "1.0.9"
versionCode 19
versionName "1.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -102,9 +102,9 @@ dependencies {
implementation 'io.coil-kt:coil-compose:2.5.0'

// SDK
implementation 'com.umeng.umsdk:common:9.6.5' // 友盟基础组件库(所有友盟业务SDK都依赖基础组件库)
implementation 'com.umeng.umsdk:asms:1.8.0' // 必选
implementation 'com.umeng.umsdk:apm:1.9.3' // U-APM产品包依赖(必选)
implementation 'com.umeng.umsdk:common:9.6.7' // 友盟基础组件库(所有友盟业务SDK都依赖基础组件库)
implementation 'com.umeng.umsdk:asms:1.8.2' // 必选
implementation 'com.umeng.umsdk:apm:1.9.5' // U-APM产品包依赖(必选)
implementation 'com.umeng.umsdk:abtest:1.0.1' // 使用U-App中ABTest能力,可选

// debug
Expand Down

0 comments on commit 54b8d4a

Please sign in to comment.