mirror of https://github.com/LeOS-GSI/LeOS-Genesis
12 lines
235 B
Groovy
12 lines
235 B
Groovy
|
|
||
|
/*
|
||
|
Applies across all modules
|
||
|
*/
|
||
|
android {
|
||
|
compileSdkVersion 30
|
||
|
buildToolsVersion '30.0.3'
|
||
|
compileOptions {
|
||
|
sourceCompatibility JavaVersion.VERSION_11
|
||
|
targetCompatibility JavaVersion.VERSION_11
|
||
|
}
|
||
|
}
|