mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-09-08 10:49:39 +02:00
Apply changes to build scripts and ensure android API 10 compat for non-sqlite modules
This commit is contained in:
parent
67403d9201
commit
7b297d5fb5
6 changed files with 50 additions and 30 deletions
|
@ -4,10 +4,9 @@
|
|||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '1.1.2'
|
||||
shortVersion = '0.1.0'
|
||||
isSnapshot = true
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncyCastleVersion = '1.70'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue