@@ -66,7 +66,7 @@ dependencies { | |||
implementation 'androidx.constraintlayout:constraintlayout:2.0.4' | |||
implementation 'androidx.cardview:cardview:1.0.0' | |||
testImplementation 'junit:junit:4.12' | |||
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.14.1'//蓝牙核心库 | |||
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.14.2'//蓝牙核心库 | |||
implementation 'com.github.elinkthings:AILinkSDKOtaLibraryAndroid:1.0.3'//OTA库,需要依赖核心库 | |||
implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.9.1'//蓝牙解析库 | |||
implementation 'androidx.recyclerview:recyclerview:1.2.1' |
@@ -7,7 +7,7 @@ buildscript { | |||
} | |||
dependencies { | |||
classpath 'com.android.tools.build:gradle:4.1.3' | |||
classpath 'com.android.tools.build:gradle:7.1.2' | |||
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.0' | |||
// NOTE: Do not place your application dependencies here; they belong | |||
// in the individual module build.gradle files |
@@ -1,6 +1,6 @@ | |||
#Thu Mar 26 17:17:50 CST 2020 | |||
#Fri Dec 01 16:11:35 CST 2023 | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip | |||
zipStoreBase=GRADLE_USER_HOME | |||
zipStorePath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip |