mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2024-11-13 03:22:05 +01:00
Cert-D-PGPainless 0.2.1-SNAPSHOT
This commit is contained in:
parent
5b0f22f515
commit
c8bf6c5f83
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.2.0'
|
||||
isSnapshot = false
|
||||
shortVersion = '0.2.1'
|
||||
isSnapshot = true
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
slf4jVersion = '1.7.36'
|
||||
|
|
Loading…
Reference in a new issue