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 {
58
58
}
59
59
60
60
buildConfigField(" long" , " BUILD_ID" , " 0L" )
61
- signingConfig = signingConfigs.getByName(" debug" )
62
61
}
63
62
}
64
63
@@ -73,15 +72,17 @@ android {
73
72
}
74
73
75
74
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
+ )
85
86
jniLibs {
86
87
useLegacyPackaging = true
87
88
}
You can’t perform that action at this time.
0 commit comments