From 78015a1d97e89aaa1e3855104c84bc5bc3faf8ea Mon Sep 17 00:00:00 2001 From: Don Turner Date: Mon, 6 Jan 2025 16:49:03 +0000 Subject: [PATCH] Update comment about internal build path --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9a8652956..b7989bab4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ buildscript { } mavenCentral() - // Android Build Server + // This is used only for internal Google builds. maven { url = uri("../nowinandroid-prebuilts/m2repository") } } dependencies {