Skip to content

Commit c5223b3

Browse files
committed
build: update build gradle
1 parent e2cdc4d commit c5223b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adjust/sdk-plugin-samsung-clouddev/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
// implementation 'com.adjust.sdk:adjust-android:4.38.2'
3131

3232
// Add Samsung clouddev lib.
33-
implementation files ('libs/clouddevsdk-0.0.1.2-release.aar')
33+
compileOnly fileTree(include: ['*.aar'], dir: 'libs')
3434
}
3535

3636
// read local properties

0 commit comments

Comments
 (0)