app: Enable Java 8 features
Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
42a4579451
commit
7120df7a45
@ -8,6 +8,10 @@ android {
|
|||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
|
}
|
||||||
compileSdkVersion 27
|
compileSdkVersion 27
|
||||||
dataBinding {
|
dataBinding {
|
||||||
enabled true
|
enabled true
|
||||||
|
Loading…
Reference in New Issue
Block a user