Skip to content

Commit c14a9ed

Browse files
committed
Adds forgotten import to android sample.
1 parent 5f3f2c2 commit c14a9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ android {
5959
}
6060

6161
dependencies {
62-
implementation(project(":core"))
62+
implementation(project(":android"))
6363
implementation(dropboxJavaSdkLibs.android.material)
6464
implementation(dropboxJavaSdkLibs.androidx.appcompat)
6565
implementation(dropboxJavaSdkLibs.androidx.constraintlayout)

0 commit comments

Comments
 (0)