We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1220047 + f526f9d commit f1d14ecCopy full SHA for f1d14ec
src/social-sharing-unity/build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
36
37
implementation project(':social-sharing')
38
- implementation project(':unity-player')
+ compileOnly project(':unity-player')
39
40
// compileOnly exposes the jar's functionality during development but won't package it along with the built plugin.
41
compileOnly files ('../unity-player/libs/unity.jar')
0 commit comments