ソースを参照

Update BodyFatScaleSDKRepositoryAndroid version

master
陈福行 4年前
コミット
da781b8656
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 8
versionName "1.2.6"
versionCode 9
versionName "1.2.7"
}
buildTypes {
release {
@@ -38,6 +38,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.2.5'
implementation 'com.github.elinkthings:BodyFatScaleSDKRepositoryAndroid:1.2.7'

}

読み込み中…
キャンセル
保存