Merge Reproducible Builds

This commit makes release builds reproducible. This will help folks update the app from F-Droid when it's released there.
This commit is contained in:
Balazs Toldi
2023-10-20 09:31:53 +02:00
parent 908f294130
commit c43ced8b00
5 changed files with 90 additions and 5 deletions

View File

@@ -24,8 +24,4 @@ allprojects {
maven { url "https://jitpack.io" }
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
}