mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-07-01 09:09:18 +00:00
feat: Project cleanup (#146)
This commit is contained in:
@ -145,14 +145,14 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
// Compile using JAVA 8
|
||||
// Compile using JAVA 11
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
jvmTarget = JavaVersion.VERSION_11.toString()
|
||||
}
|
||||
|
||||
// Enable View Binding and Data Binding
|
||||
|
Reference in New Issue
Block a user