From 456bbed54a8cc6b001f928dbc3c3a85b72e899c7 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 8 Jun 2026 17:03:46 +0100 Subject: [PATCH] Add missing \n on helloworld gradle.properties --- private/helloworld/android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/helloworld/android/gradle.properties b/private/helloworld/android/gradle.properties index d98cf95c0271..57765bfad913 100644 --- a/private/helloworld/android/gradle.properties +++ b/private/helloworld/android/gradle.properties @@ -15,4 +15,4 @@ edgeToEdgeEnabled=false # Opt out of built-in kotlin and new DSL behavior that ships with AGP 9. # Starting from AGP 10.x these opt outs will be removed. android.builtInKotlin=false -android.newDsl=false \ No newline at end of file +android.newDsl=false