From dafbbf25e6a2a7abd273a5346012323085f9ef25 Mon Sep 17 00:00:00 2001 From: ibaker Date: Thu, 10 Nov 2022 16:06:30 +0000 Subject: [PATCH] Reformat demo build.gradle file PiperOrigin-RevId: 487539107 (cherry picked from commit 62d6c303c1a9fd56e27ffc7ad7cc39f92f957bd7) --- demos/main/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demos/main/build.gradle b/demos/main/build.gradle index 4d51415519..3aec53f058 100644 --- a/demos/main/build.gradle +++ b/demos/main/build.gradle @@ -11,6 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. + apply from: '../../constants.gradle' apply plugin: 'com.android.application' @@ -90,3 +91,5 @@ dependencies { } apply plugin: 'com.google.android.gms.strict-version-matcher-plugin' +// copybara:strip_begin +// copybara:strip_begin