浏览代码

Update BodyFatScaleSDKRepositoryAndroid version

master
陈福行 4 年前
父节点
当前提交
ef50320d29
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      app/build.gradle

+ 3
- 3
app/build.gradle 查看文件

applicationId "aicare.net.cn.sdk.iweightdemo" applicationId "aicare.net.cn.sdk.iweightdemo"
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 29 targetSdkVersion 29
versionCode 9
versionName "1.2.7"
versionCode 10
versionName "1.2.8"
} }
buildTypes { buildTypes {
release { release {
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.2.7'
implementation 'com.github.elinkthings:BodyFatScaleSDKRepositoryAndroid:1.2.8'


} }

正在加载...
取消
保存