Przeglądaj źródła

1,更新依赖

master
陈福行 1 rok temu
rodzic
commit
9afcf28ee9
3 zmienionych plików z 15 dodań i 13 usunięć
  1. 7
    7
      app/build.gradle
  2. 5
    3
      build.gradle
  3. 3
    3
      gradle/wrapper/gradle-wrapper.properties

+ 7
- 7
app/build.gradle Wyświetl plik

@@ -66,12 +66,12 @@ 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:AILinkSDKOtaLibraryAndroid:1.0.3'//OTA库,需要依赖核心库
implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.9.1'//蓝牙解析库
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'com.jakewharton:butterknife:10.2.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0'
api 'com.squareup.retrofit2:converter-gson:2.5.0'
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.14.3'//蓝牙核心库
implementation 'com.github.elinkthings:AILinkSDKOtaLibraryAndroid:1.1.4'//OTA库,需要依赖核心库
implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.9.2'//蓝牙解析库
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'com.jakewharton:butterknife:10.2.3'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
api 'com.squareup.retrofit2:converter-gson:2.7.2'
// implementation (name: 'modulelibrary-release', ext: 'aar')
}

+ 5
- 3
build.gradle Wyświetl plik

@@ -3,12 +3,13 @@
buildscript {
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.0'
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
@@ -17,6 +18,7 @@ buildscript {
allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}

+ 3
- 3
gradle/wrapper/gradle-wrapper.properties Wyświetl plik

@@ -1,6 +1,6 @@
#Thu Mar 26 17:17:50 CST 2020
#Thu Nov 16 14:36:47 CST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME

Ładowanie…
Anuluj
Zapisz