From dd49f2455f6c5253da97463d9b25042a19b4f4fa 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 0383b723b7c26da107a719a16a05da459ae971ee) --- demos/main/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demos/main/build.gradle b/demos/main/build.gradle index 6f24137b54..8a09b54c0b 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