[#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:
parent
2e46e74abe
commit
b6c34f3cce
|
@ -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"
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue