Bläddra i källkod

更新依赖库版本号

master
陈福行 1 år sedan
förälder
incheckning
502f2eae7b
3 ändrade filer med 4 tillägg och 4 borttagningar
  1. 1
    1
      app/build.gradle
  2. 1
    1
      build.gradle
  3. 2
    2
      gradle/wrapper/gradle-wrapper.properties

+ 1
- 1
app/build.gradle Visa fil

@@ -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'

+ 1
- 1
build.gradle Visa fil

@@ -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

+ 2
- 2
gradle/wrapper/gradle-wrapper.properties Visa fil

@@ -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

Laddar…
Avbryt
Spara