mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
specify our usage of java 1.7 in build files
This commit is contained in:
parent
8d9c3c0534
commit
b4781343d9
@ -37,6 +37,11 @@ android {
|
||||
targetSdkVersion 21
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_7
|
||||
targetCompatibility JavaVersion.VERSION_1_7
|
||||
}
|
||||
|
||||
/*
|
||||
* To sign release build, create file gradle.properties in ~/.gradle/ with this content:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user