From fd35a0ed3b2d9010dcac6c2fdc6833ad8d99f604 Mon Sep 17 00:00:00 2001 From: Pete Bentley Date: Mon, 4 Sep 2023 10:15:08 +0100 Subject: [PATCH] Dependency fix. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index cf1b8f873..a1ac04bc8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -103,7 +103,7 @@ if (androidSdkInstalled) { } dependencies { - api project(':conscrypt-common') + implementation project(':conscrypt-common') publicApiDocs project(':conscrypt-api-doclet')