Fully reproducible build

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2023-10-20 07:39:12 +02:00
parent 05123c7068
commit 40fa3a1987
No known key found for this signature in database
GPG Key ID: 6C7D440036F99D58
2 changed files with 5 additions and 8 deletions

View File

@ -121,7 +121,11 @@ android {
}
}
}
tasks.whenTaskAdded {
if (name.contains("ArtProfile")) {
enabled = false
}
}
}

View File

@ -24,11 +24,4 @@ allprojects {
maven { url "https://jitpack.io" }
jcenter()
}
}
tasks.whenTaskAdded {
if (name.contains("ArtProfile")) {
enabled = false
}
}