Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Gradle dependencies with the versions used in AC #2861

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

[Full changelog](https://github.com/mozilla/glean/compare/v60.3.0...main)

Android
* Android
* Update to Gradle v8.8 ([#2860](https://github.com/mozilla/glean/pull/2860))
* Updated Kotlin to version 1.9.24 ([#2861](https://github.com/mozilla/glean/pull/2861))

# v60.3.0 (2024-05-31)

Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
android-plugin = "8.0.2"

# Kotlin
kotlin-compiler = "1.9.23"
kotlin-compiler = "1.9.24"
kotlinx-coroutines = "1.8.0"
kotlinx-serialization = "1.6.3"

# Mozilla
rust-android-gradle = "0.9.4"

# AndroidX
androidx-annotation = "1.7.1"
androidx-annotation = "1.8.0"
androidx-appcompat = "1.6.1"
androidx-browser = "1.7.0"
androidx-browser = "1.8.0"
androidx-lifecycle = "2.7.0"
androidx-work = "2.9.0"

# JNA
jna = "5.14.0"

# Linting and Static Analysis
detekt = "1.23.5"
detekt = "1.23.6"
ktlint = "0.50.0"

# AndroidX Testing
Expand All @@ -38,7 +38,7 @@ androidx-test-uiautomator = "2.3.0"

# Third Party Testing
junit = "4.13.2"
mockito = "5.11.0"
mockito = "5.12.0"
mockwebserver = "4.12.0"
robolectric = "4.12.1"

Expand Down
Loading