1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 18:59:39 +02:00

WIP: Fix build.gradle

This commit is contained in:
Paul Schaub 2018-07-18 18:44:38 +02:00
parent 8b40bfc9ef
commit e6dabe0775
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 120 additions and 29 deletions

View file

@ -4,6 +4,6 @@ allprojects {
shortVersion = '0.0.1'
isSnapshot = true
pgpainlessMinAndroidSdk = 9
javaSourceCompatibility = 1.7
javaSourceCompatibility = 1.8
}
}