mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
build: redefined JavaVersion in compileOptions
This commit is contained in:
parent
60e16938a6
commit
0d9e012eef
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ android {
|
|||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility 1.8
|
||||
targetCompatibility 1.8
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue