Skip to content

Commit 0468f3a

Browse files
committed
feat: remove signing
Signed-off-by: Denis Dobanda <[email protected]>
1 parent 73b9f3a commit 0468f3a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

securitytoolkit/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ plugins {
22
alias(libs.plugins.android.library)
33
alias(libs.plugins.jetbrains.kotlin.android)
44
id("maven-publish")
5-
signing
65
}
76

87
android {
@@ -139,8 +138,3 @@ publishing {
139138
}
140139
}
141140
}
142-
143-
signing {
144-
setRequired({ isReleaseBuild() })
145-
sign(publishing.publications["release"])
146-
}

0 commit comments

Comments
 (0)