diff --git a/app/build.gradle b/app/build.gradle index 2e4d543..85cafbf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ if (getGradle().getStartParameter().getTaskRequests().toString().contains('Googl apply plugin: 'com.google.firebase.crashlytics' task copyJson(type: Copy) { - from '../../traccar-shared/google-services' + from '../../environment/google-services' into '.' include 'traccar-client-android.json' rename('traccar-client-android.json', 'google-services.json')