Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Update to JNA 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy authored and mergify[bot] committed Apr 14, 2022
1 parent 7222748 commit 8efc2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.mozilla.focus.gradle.tasks.GithubDetailsTask
buildscript {
ext.espresso_version = '3.4.0'
ext.coroutines_version = '1.4.2'
ext.jna_version = "5.6.0"
ext.jna_version = "5.8.0"
// Pinning the last working version of the service-telemetry component until we decide
// what we want to do with telemetry in the app.
ext.mozilla_components_version_telemetry = '57.0.9'
Expand Down Expand Up @@ -111,4 +111,4 @@ tasks.register("githubLintDetektDetails", GithubDetailsTask) {

tasks.register("githubLintAndroidDetails", GithubDetailsTask) {
text = "### [Android Lint Results]({reportsUrl}/lint-results-debug.html)"
}
}

0 comments on commit 8efc2bd

Please sign in to comment.