[#270] Solving issue of unnecessary trailing commas of the new Gradle version 7.4.1 (causes build error):

"The feature "trailing commas" is only available since language version 1.4".
This commit is contained in:
Honza 2022-03-14 21:47:47 +01:00 committed by Honza Rychnovsky
parent 2e46e74abe
commit b6c34f3cce
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ fun com.android.build.gradle.BaseExtension.configureBaseExtension() {
"META-INF/NOTICE",
"META-INF/NOTICE.txt",
"META-INF/license.txt",
"META-INF/notice.txt",
"META-INF/notice.txt"
)
)
}