Update dependencies

This commit is contained in:
vvb2060 2022-03-18 04:04:35 +08:00 committed by John Wu
parent 0ac19e3a4e
commit fef41f68c0
3 changed files with 6 additions and 7 deletions

View File

@ -57,7 +57,6 @@ android {
kotlinOptions {
jvmTarget = "11"
freeCompilerArgs = listOf("-Xjvm-default=enable")
}
}
@ -74,10 +73,10 @@ dependencies {
implementation("com.github.topjohnwu:jtar:1.0.0")
implementation("com.github.topjohnwu:indeterminate-checkbox:1.0.7")
implementation("com.github.topjohnwu:lz4-java:1.7.1")
implementation("com.jakewharton.timber:timber:4.7.1")
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
implementation("com.jakewharton.timber:timber:5.0.1")
implementation("org.bouncycastle:bcpkix-jdk18on:1.71")
implementation("dev.rikka.rikkax.layoutinflater:layoutinflater:1.2.0")
implementation("dev.rikka.rikkax.insets:insets:1.1.1")
implementation("dev.rikka.rikkax.insets:insets:1.2.0")
implementation("dev.rikka.rikkax.recyclerview:recyclerview-ktx:1.3.1")
implementation("io.noties.markwon:core:4.6.2")

View File

@ -24,9 +24,9 @@ tasks.withType<KotlinCompile> {
}
dependencies {
implementation(kotlin("gradle-plugin", "1.6.10"))
implementation(kotlin("gradle-plugin", "1.6.21"))
implementation("com.android.tools.build:gradle:7.1.3")
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0-beta01")
implementation("io.michaelrocks:paranoid-gradle-plugin:0.3.7")
implementation("org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.1.0.202203080745-r")
}

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists