We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae8d0b commit b2ceea5Copy full SHA for b2ceea5
build.gradle.kts
@@ -84,8 +84,7 @@ publishing {
84
"""
85
OneTrickPony is a modern Java library that implements support for One-Time
86
Passwords (OTPs). The library requires Java 11 or later and is fully compatible
87
- with Java's module system. It has zero runtime dependencies on external
88
- libraries. Built-In support is provided for the HOTP (RFC 4226) and
+ with Java's module system. Built-In support is provided for the HOTP (RFC 4226) and
89
TOTP (RFC 6238) algorithms.
90
""".trimIndent().lines().joinToString(separator = " ")
91
}
0 commit comments