File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ android {
5858 }
5959
6060 buildConfigField(" long" , " BUILD_ID" , " 0L" )
61- signingConfig = signingConfigs.getByName(" debug" )
6261 }
6362 }
6463
@@ -73,15 +72,17 @@ android {
7372 }
7473
7574 packaging {
76- resources.excludes.addAll(listOf (
77- " /prebuilt/**" ,
78- " META-INF/DEPENDENCIES" ,
79- " META-INF/**.version" ,
80- " DebugProbesKt.bin" ,
81- " kotlin-tooling-metadata.json" ,
82- " org/bouncycastle/pqc/**.properties" ,
83- " org/bouncycastle/x509/**.properties" ,
84- ))
75+ resources.excludes.addAll(
76+ listOf (
77+ " /prebuilt/**" ,
78+ " META-INF/DEPENDENCIES" ,
79+ " META-INF/**.version" ,
80+ " DebugProbesKt.bin" ,
81+ " kotlin-tooling-metadata.json" ,
82+ " org/bouncycastle/pqc/**.properties" ,
83+ " org/bouncycastle/x509/**.properties" ,
84+ )
85+ )
8586 jniLibs {
8687 useLegacyPackaging = true
8788 }
You can’t perform that action at this time.
0 commit comments