Skip to content

Commit 68a01c4

Browse files
Remove deprecated android.newDsl from gradle.properties (#1297)
Removed deprecated android.newDsl property.
1 parent 4e42a62 commit 68a01c4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ org.gradle.caching=true
33
org.gradle.configuration-cache=true
44
org.gradle.configuration-cache.parallel=true
55
org.gradle.parallel=true
6-
7-
# Required by legacy plugins (dexcount/license) that still use AGP's old AppExtension DSL.
8-
# AGP 9 deprecates this flag; keep it until those plugins migrate to the new DSL.
9-
android.newDsl=false

0 commit comments

Comments
 (0)