Skip to content

Commit 552462e

Browse files
committed
test: add lvl plugin to example android app
1 parent 186f8b9 commit 552462e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/android/app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ android {
3838
flutter {
3939
source = "../.."
4040
}
41+
42+
dependencies {
43+
implementation("com.adjust.sdk:adjust-android-google-lvl:5.4.4")
44+
}

0 commit comments

Comments
 (0)