diff --git a/selekt-android-sqlcipher/build.gradle.kts b/selekt-android-sqlcipher/build.gradle.kts index 86ddf27b76..fb0c757691 100644 --- a/selekt-android-sqlcipher/build.gradle.kts +++ b/selekt-android-sqlcipher/build.gradle.kts @@ -64,10 +64,6 @@ components.matching { "release" == it.name }.configureEach { commonInitialisation(project) description.set("SQLCipher for Selekt's Android Library.") licenses { - license { - name.set("The Apache Software License, Version 2.0") - url.set("https://www.apache.org/licenses/LICENSE-2.0.txt") - } license { name.set("Zetetic LLC") url.set("https://www.zetetic.net/sqlcipher/license")