Skip to content

Commit f1d14ec

Browse files
authored
Merge pull request #4 from BayatGames/develop
Update build.gradle
2 parents 1220047 + f526f9d commit f1d14ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/social-sharing-unity/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
3636

3737
implementation project(':social-sharing')
38-
implementation project(':unity-player')
38+
compileOnly project(':unity-player')
3939

4040
// compileOnly exposes the jar's functionality during development but won't package it along with the built plugin.
4141
compileOnly files ('../unity-player/libs/unity.jar')

0 commit comments

Comments
 (0)