Skip to content

Commit 305b74b

Browse files
committed
ignore
1 parent 24f1f79 commit 305b74b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ android {
117117
"/META-INF/versions/**"
118118
)
119119
}
120+
121+
jniLibs {
122+
useLegacyPackaging = false
123+
}
120124
}
121125

122126
dependenciesInfo {
@@ -152,6 +156,11 @@ tasks.withType<KotlinCompile>().configureEach {
152156
}
153157
}
154158

159+
tasks.withType<Zip>().configureEach {
160+
isPreserveFileTimestamps = false
161+
isReproducibleFileOrder = true
162+
}
163+
155164
dependencies {
156165
implementation(project(":libadb"))
157166
implementation(project(":adblib"))

0 commit comments

Comments
 (0)