Skip to content

Commit e5d9030

Browse files
cortinicometa-codesync[bot]
authored andcommitted
Add missing \n on helloworld gradle.properties (#57113)
Summary: Add missing \n on helloworld gradle.properties ## Changelog: [INTERNAL] - Pull Request resolved: #57113 Test Plan: CI Reviewed By: fkgozali, Abbondanzo Differential Revision: D107894162 Pulled By: cortinico fbshipit-source-id: 71d5ca5a4bde9ae550a6f17bb65a7cfad56d4f4c
1 parent 2546ce4 commit e5d9030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

private/helloworld/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ edgeToEdgeEnabled=false
1515
# Opt out of built-in kotlin and new DSL behavior that ships with AGP 9.
1616
# Starting from AGP 10.x these opt outs will be removed.
1717
android.builtInKotlin=false
18-
android.newDsl=false
18+
android.newDsl=false

0 commit comments

Comments
 (0)