Browse Source

update code And sdk

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

+ 3
- 3
app/build.gradle View File

@@ -7,8 +7,8 @@ android {
applicationId "aicare.net.cn.sdk.iweightdemo"
minSdkVersion 18
targetSdkVersion 33
versionCode 21
versionName "1.5.3"
versionCode 22
versionName "1.5.4"
}
buildTypes {
debug {
@@ -48,6 +48,6 @@ dependencies {
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
implementation 'com.github.elinkthings:BodyFatScaleSDKRepositoryAndroid:1.5.3'
implementation 'com.github.elinkthings:BodyFatScaleSDKRepositoryAndroid:1.5.4'

}

Loading…
Cancel
Save