diff --git a/build.gradle b/build.gradle index 5eba557f6c..9c1c0b41c7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - apply from: 'dependencies.gradle' - apply from: 'includegroups.gradle' + apply from: 'dependencies_groups.gradle' repositories { google() diff --git a/includegroups.gradle b/dependencies_groups.gradle similarity index 100% rename from includegroups.gradle rename to dependencies_groups.gradle