Fix issue with Bintray using the wrong versions

This commit is contained in:
Niels van Velzen 2020-05-13 12:09:07 +02:00
parent 3667dc45c8
commit 97376f40ff

View File

@ -1,2 +1,7 @@
android.useAndroidX=true
kotlin.incremental=true
# When publishing the "secure" checksums Bintray is unable to correctly identify the versions
# and will use the artifact names (modules) as version names
# See https://github.com/gradle/gradle/issues/11412
systemProp.org.gradle.internal.publish.checksums.insecure=true