Bug 1959998 - Add jna to the version catalog to help vendoring application-services. r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D245255
This commit is contained in:
@@ -64,6 +64,9 @@ play-services-base = "18.6.0"
|
||||
play-services-fido = "21.2.0"
|
||||
protobuf = "4.30.2" # Keep Protobuf in sync with the version used by AppServices.
|
||||
|
||||
# JNA
|
||||
jna = "5.17.0"
|
||||
|
||||
# Gradle plugins
|
||||
jacoco = "0.8.13"
|
||||
kotlin-dsl = "5.2.0"
|
||||
@@ -237,6 +240,9 @@ play-services-fido = { group = "com.google.android.gms", name = "play-services-f
|
||||
protobuf-compiler = { group = "com.google.protobuf", name = "protoc", version.ref = "protobuf" }
|
||||
protobuf-javalite = { group = "com.google.protobuf", name = "protobuf-javalite", version.ref = "protobuf" }
|
||||
|
||||
# JNA for app-services.
|
||||
jna = { group = "net.java.dev.jna", name = "jna", version.ref = "jna" }
|
||||
|
||||
# Gradle plugins
|
||||
semanticdb-java = { group = "com.sourcegraph", name = "semanticdb-javac", version.ref = "scip-java" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user