0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Dependency updates 20220529

This commit is contained in:
Mike Hardy 2022-05-30 09:43:35 -05:00 committed by GitHub
parent 4e70260e88
commit 005ffeb56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -256,17 +256,17 @@ dependencies {
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
// noinspection GradleDependency - pinned at 1.12 until API26 minSdkVersion (File.toPath usage)
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.webkit:webkit:1.4.0'
// Note: the design support library can be quite buggy, so test everything thoroughly before updating it
implementation 'com.google.android.material:material:1.6.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
implementation 'com.github.CanHub:Android-Image-Cropper:4.2.1'
// build with ./gradlew rsdroid:assembleRelease
// In my experience, using `files()` currently requires a reindex operation.
// implementation files("C:\\GitHub\\Rust-Test\\rsdroid\\build\\outputs\\aar\\rsdroid-release.aar")
implementation 'com.google.protobuf:protobuf-java:3.20.1' // This is required when loading from a file
implementation 'com.google.protobuf:protobuf-java:3.21.1' // This is required when loading from a file
implementation "io.github.david-allison-1:anki-android-backend:$ankidroid_backend_version"
// build with ./gradlew rsdroid-testing:assembleRelease
// RobolectricTest.java: replace RustBackendLoader.init(); with RustBackendLoader.loadRsdroid(path);
@ -294,7 +294,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation 'com.arcao:slf4j-timber:3.1'
implementation 'com.jakewharton.timber:timber:5.0.1'
implementation 'org.jsoup:jsoup:1.14.3'
implementation 'org.jsoup:jsoup:1.15.1'
implementation "com.github.zafarkhaja:java-semver:0.9.0" // For AnkiDroid JS API Versioning
implementation 'com.drakeet.drawer:drawer:1.0.3'
implementation 'uk.co.samuelwall:material-tap-target-prompt:3.3.2'
@ -307,7 +307,7 @@ dependencies {
api project(":api")
testImplementation "org.junit.vintage:junit-vintage-engine:$junit_version"
testImplementation 'org.mockito:mockito-inline:4.5.1'
testImplementation 'org.mockito:mockito-inline:4.6.0'
testImplementation "org.mockito.kotlin:mockito-kotlin:4.0.0"
testImplementation "org.hamcrest:hamcrest:$hamcrest_version"
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'

View File

@ -5,7 +5,7 @@ import org.gradle.internal.jvm.Jvm
buildscript {
// The version for the Kotlin plugin and dependencies
ext.kotlin_version = '1.6.21'
ext.lint_version = '30.2.0'
ext.lint_version = '30.2.1'
ext.acra_version = '5.7.0'
ext.ankidroid_backend_version = '0.1.10'
ext.hamcrest_version = '2.2'
@ -18,7 +18,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath 'com.android.tools.build:gradle:7.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath "app.brant:amazonappstorepublisher:0.1.0"