We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f1f79 commit 305b74bCopy full SHA for 305b74b
1 file changed
app/build.gradle.kts
@@ -117,6 +117,10 @@ android {
117
"/META-INF/versions/**"
118
)
119
}
120
+
121
+ jniLibs {
122
+ useLegacyPackaging = false
123
+ }
124
125
126
dependenciesInfo {
@@ -152,6 +156,11 @@ tasks.withType<KotlinCompile>().configureEach {
152
156
153
157
154
158
159
+tasks.withType<Zip>().configureEach {
160
+ isPreserveFileTimestamps = false
161
+ isReproducibleFileOrder = true
162
+}
163
155
164
dependencies {
165
implementation(project(":libadb"))
166
implementation(project(":adblib"))
0 commit comments