소스 검색

update code And sdk

master
陈福行 6 달 전
부모
커밋
dbb4b10081
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      app/build.gradle

+ 3
- 3
app/build.gradle 파일 보기

@@ -7,8 +7,8 @@ android {
applicationId "aicare.net.cn.sdk.iweightdemo"
minSdkVersion 18
targetSdkVersion 29
versionCode 19
versionName "1.5.1"
versionCode 20
versionName "1.5.2"
}
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.1'
implementation 'com.github.elinkthings:BodyFatScaleSDKRepositoryAndroid:1.5.2'

}

Loading…
취소
저장