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

Dependency updates 2023108 (#14685)

* build(deps): bump org.robolectric:robolectric from 4.11 to 4.11.1

Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.11 to 4.11.1.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.11...robolectric-4.11.1)

---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump com.android.tools:desugar_jdk_libs from 2.0.3 to 2.0.4

Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 2.0.3 to 2.0.4.
- [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/desugar_jdk_libs/commits)

---
updated-dependencies:
- dependency-name: com.android.tools:desugar_jdk_libs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump fragments_version from 1.6.1 to 1.6.2

Bumps `fragments_version` from 1.6.1 to 1.6.2.

Updates `androidx.fragment:fragment-ktx` from 1.6.1 to 1.6.2

Updates `androidx.fragment:fragment-testing-manifest` from 1.6.1 to 1.6.2

Updates `androidx.fragment:fragment-testing` from 1.6.1 to 1.6.2

---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing-manifest
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump com.google.protobuf:protobuf-kotlin-lite

Bumps com.google.protobuf:protobuf-kotlin-lite from 3.24.4 to 3.25.0.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-kotlin-lite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump junit_version from 5.10.0 to 5.10.1

Bumps `junit_version` from 5.10.0 to 5.10.1.

Updates `org.junit.jupiter:junit-jupiter` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)

Updates `org.junit.vintage:junit-vintage-engine` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump com.github.triplet.play from 3.8.4 to 3.8.5

Bumps com.github.triplet.play from 3.8.4 to 3.8.5.

---
updated-dependencies:
- dependency-name: com.github.triplet.play
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): adopt android gradle plugin 8.1.3 vs 8.2.0-rc series

This is a more comfortable development experience as it does not
force developers to use the developer preview of android studio
to sync correctly, and 8.1.3 (vs 8.1.2...) appears to have the upstream
issue we had with split ABI and include resources in tests fixed

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Mike Hardy 2023-11-08 12:32:23 -05:00 committed by GitHub
parent 498a7f0d9e
commit a33d1a53f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
plugins {
// Gradle plugin portal
id 'com.github.triplet.play' version '3.8.4'
id 'com.github.triplet.play' version '3.8.5'
id 'com.android.application'
id 'app.brant.amazonappstorepublisher'
id 'idea'
@ -294,7 +294,7 @@ dependencies {
}
api project(":api")
lintChecks project(":lint-rules")
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
compileOnly 'org.jetbrains:annotations:24.0.1'
compileOnly "com.google.auto.service:auto-service-annotations:1.1.1"
@ -322,7 +322,7 @@ dependencies {
// Backend libraries
implementation 'com.google.protobuf:protobuf-kotlin-lite:3.24.4' // This is required when loading from a file
implementation 'com.google.protobuf:protobuf-kotlin-lite:3.25.0' // This is required when loading from a file
Properties localProperties = new Properties()
if (project.rootProject.file('local.properties').exists()) {

View File

@ -9,14 +9,14 @@ buildscript {
ext.acra_version = '5.11.3'
ext.ankidroid_backend_version = '0.1.27-anki23.10'
ext.hamcrest_version = '2.2'
ext.junit_version = '5.10.0'
ext.junit_version = '5.10.1'
ext.coroutines_version = '1.7.3'
ext.fragments_version = "1.6.1"
ext.fragments_version = "1.6.2"
ext.espresso_version = '3.5.1'
ext.androidx_test_version = '1.5.0'
ext.androidx_test_junit_version = '1.1.5'
ext.robolectric_version = '4.11'
ext.android_gradle_plugin = "8.2.0-rc01"
ext.robolectric_version = '4.11.1'
ext.android_gradle_plugin = "8.1.3"
ext.dokka_version = "1.9.10" // not the same with kotlin version!
configurations.all {