Skip to content

Commit 86f1fd9

Browse files
authored
move google-services.json to app folder if present (#882)
1 parent 6548779 commit 86f1fd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-artifacts/project-template-gradle/settings.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ rootProject.name = "__PROJECT_NAME__"
22
include ':app', ':asbg' //, ':runtime', ":runtime-binding-generator"
33
project(':asbg').projectDir = new File('build-tools/android-static-binding-generator')
44
//project(':runtime').projectDir = new File('path/to/runtime')
5-
//project(':runtime-binding-generator').projectDir = new File('path/to/runtime-binding-generator')
5+
//project(':runtime-binding-generator').projectDir = new File('path/to/runtime-binding-generator')
6+
7+
file("google-services.json").renameTo(file("./app/google-services.json"))

0 commit comments

Comments
 (0)