mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-24 00:02:06 +01:00
Move pgp-certificate-store version to version.gradle
This commit is contained in:
parent
9165e01f8e
commit
591161178d
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ allprojects {
|
||||||
slf4jVersion = '1.7.32'
|
slf4jVersion = '1.7.32'
|
||||||
logbackVersion = '1.2.10'
|
logbackVersion = '1.2.10'
|
||||||
pgpainlessVersion = '1.2.0'
|
pgpainlessVersion = '1.2.0'
|
||||||
|
certStoreVersion = '0.1.0'
|
||||||
zbase32Version = '1.0.0'
|
zbase32Version = '1.0.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ dependencies {
|
||||||
// Logging
|
// Logging
|
||||||
api "org.slf4j:slf4j-api:$slf4jVersion"
|
api "org.slf4j:slf4j-api:$slf4jVersion"
|
||||||
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||||
api "org.pgpainless:pgp-certificate-store:0.1.0"
|
api "org.pgpainless:pgp-certificate-store:$certStoreVersion"
|
||||||
|
|
||||||
// Z-Base32
|
// Z-Base32
|
||||||
implementation "com.sandinh:zbase32-commons-codec:$zbase32Version"
|
implementation "com.sandinh:zbase32-commons-codec:$zbase32Version"
|
||||||
|
|
Loading…
Reference in a new issue