Skip to content

Commit fd35a0e

Browse files
committed
Dependency fix.
1 parent c9e1039 commit fd35a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ if (androidSdkInstalled) {
103103
}
104104

105105
dependencies {
106-
api project(':conscrypt-common')
106+
implementation project(':conscrypt-common')
107107

108108
publicApiDocs project(':conscrypt-api-doclet')
109109

0 commit comments

Comments
 (0)