Apply changes to build scripts and ensure android API 10 compat for non-sqlite modules

This commit is contained in:
Paul Schaub 2022-03-01 15:39:02 +01:00
parent 67403d9201
commit 7b297d5fb5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
6 changed files with 50 additions and 30 deletions

View file

@ -4,10 +4,9 @@
allprojects {
ext {
shortVersion = '1.1.2'
shortVersion = '0.1.0'
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.70'
}
}