mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
bump java version to 1.7
This commit is contained in:
parent
ea7f3445fc
commit
3d01ad74b8
@ -19,6 +19,11 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_7
|
||||
targetCompatibility JavaVersion.VERSION_1_7
|
||||
}
|
||||
|
||||
// avoid Travis failures
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
|
Loading…
x
Reference in New Issue
Block a user