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.
1 parent e2cdc4d commit c5223b3Copy full SHA for c5223b3
Adjust/sdk-plugin-samsung-clouddev/build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
// implementation 'com.adjust.sdk:adjust-android:4.38.2'
31
32
// Add Samsung clouddev lib.
33
- implementation files ('libs/clouddevsdk-0.0.1.2-release.aar')
+ compileOnly fileTree(include: ['*.aar'], dir: 'libs')
34
}
35
36
// read local properties
0 commit comments