Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit fcd45ca

Browse files
committed
fix(android): Only exclude play-services-base for FLOSS version
1 parent e8cfecf commit fcd45ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ dependencies {
9393

9494
// Remove this for FLOSS version
9595
//f configurations.all {
96-
//f exclude group: 'com.google.android.gms'
96+
//f exclude group: 'com.google.android.gms', module: 'play-services-base'
9797
//f }

0 commit comments

Comments
 (0)