build(deps): 升级项目依赖版本
This commit is contained in:
@@ -57,14 +57,14 @@ dependencies {
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
|
||||
api "androidx.appcompat:appcompat:1.3.1"
|
||||
api 'androidx.appcompat:appcompat:1.3.1'
|
||||
api 'com.google.code.gson:gson:2.14.0'
|
||||
api 'io.reactivex.rxjava3:rxjava:3.1.12'
|
||||
api 'io.reactivex.rxjava3:rxandroid:3.0.2'
|
||||
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.8.1'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.8.1'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
|
||||
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
|
||||
// implementation 'com.squareup.retrofit2:adapter-rxjava:2.9.0'
|
||||
implementation 'com.squareup.retrofit2:adapter-rxjava3:3.0.0'
|
||||
@@ -72,7 +72,7 @@ dependencies {
|
||||
implementation 'com.github.franmontiel:PersistentCookieJar:v1.0.1'
|
||||
|
||||
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
||||
api 'androidx.lifecycle:lifecycle-runtime:2.3.1'
|
||||
api 'androidx.lifecycle:lifecycle-common:2.3.1'
|
||||
kapt 'androidx.lifecycle:lifecycle-compiler:2.3.1'
|
||||
api 'androidx.lifecycle:lifecycle-common:2.6.2'
|
||||
api 'androidx.lifecycle:lifecycle-runtime:2.6.2'
|
||||
kapt 'androidx.lifecycle:lifecycle-compiler:2.6.2'
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
// implementation "androidx.appcompat:appcompat:${rootProject.ext.XAppcompatVersion}"
|
||||
api project(path: ':AriaAnnotations')
|
||||
api project(path: ':PublicComponent')
|
||||
|
||||
@@ -8,10 +8,10 @@ targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'com.google.auto:auto-common:0.10'
|
||||
implementation 'com.google.auto.service:auto-service:1.0-rc6'
|
||||
annotationProcessor 'com.google.auto.service:auto-service:1.0-rc6'
|
||||
implementation 'com.squareup:javapoet:1.9.0'
|
||||
implementation 'com.google.auto:auto-common:1.2.2'
|
||||
implementation 'com.google.auto.service:auto-service:1.1.1'
|
||||
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'
|
||||
implementation 'com.squareup:javapoet:1.13.0'
|
||||
implementation project(':AriaAnnotations')
|
||||
}
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
}
|
||||
|
||||
//apply from: 'bintray-release.gradle'
|
||||
|
||||
@@ -91,10 +91,10 @@ dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:${rootProject.ext.kotlin_version}"
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0'
|
||||
|
||||
implementation 'com.google.android.material:material:1.2.0'
|
||||
implementation 'com.google.android.material:material:1.8.0'
|
||||
|
||||
implementation 'com.github.bumptech.glide:glide:4.13.2'
|
||||
kapt 'com.github.bumptech.glide:compiler:4.13.2'
|
||||
implementation 'com.github.bumptech.glide:glide:4.16.0'
|
||||
kapt 'com.github.bumptech.glide:compiler:4.16.0'
|
||||
|
||||
implementation 'com.pddstudio:highlightjs-android:1.5.0'
|
||||
implementation 'org.greenrobot:eventbus:3.3.1'
|
||||
|
||||
@@ -19,7 +19,7 @@ buildscript {
|
||||
classpath 'com.android.tools.build:gradle:8.13.2'
|
||||
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
|
||||
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.4.30" // kotlin 文档引擎
|
||||
classpath "org.jetbrains.dokka:dokka-gradle-plugin:2.2.0" // kotlin 文档引擎
|
||||
// classpath 'com.novoda:bintray-release:0.9.1'
|
||||
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
|
||||
// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
|
||||
|
||||
Reference in New Issue
Block a user