Skip to content

Commit 1aaa4e4

Browse files
Dimitar TachevDimitar Tachev
authored andcommitted
fix: made the fb android sdk version static.
1 parent ac1e8cd commit 1aaa4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ android {
99
}
1010

1111
dependencies {
12-
compile "com.facebook.android:facebook-android-sdk:4.+"
12+
compile "com.facebook.android:facebook-android-sdk:4.22.0"
1313
}

0 commit comments

Comments
 (0)