mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2024-11-16 04:52:04 +01:00
Cert-D-Java 0.1.0
This commit is contained in:
parent
8403600f49
commit
266200e4c9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '0.1.0'
|
shortVersion = '0.1.0'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
minAndroidSdk = 10
|
minAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue