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 2bb25a4 commit cc63ca0Copy full SHA for cc63ca0
scripts/build.sh
@@ -5,6 +5,7 @@ GRADLE_ARGS="--max-workers=2"
5
6
cp library/google-services.json app/google-services.json
7
cp library/google-services.json proguard-tests/google-services.json
8
+cp library/google-services.json composeapp/google-services.json
9
10
./gradlew $GRADLE_ARGS clean
11
./gradlew $GRADLE_ARGS assembleDebug
0 commit comments