Browse Source

update code And sdk

master
陈福行 8 months ago
parent
commit
dbb4b10081
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      app/build.gradle

+ 3
- 3
app/build.gradle View File

applicationId "aicare.net.cn.sdk.iweightdemo" applicationId "aicare.net.cn.sdk.iweightdemo"
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 29 targetSdkVersion 29
versionCode 19
versionName "1.5.1"
versionCode 20
versionName "1.5.2"
} }
buildTypes { buildTypes {
debug { debug {
implementation 'com.google.android.material:material:1.1.0' implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
implementation 'com.github.elinkthings:BodyFatScaleSDKRepositoryAndroid:1.5.1'
implementation 'com.github.elinkthings:BodyFatScaleSDKRepositoryAndroid:1.5.2'


} }

Loading…
Cancel
Save