1
0
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:
2023-02-16 00:58:00 +01:00
committed by GitHub
parent 1f780ae2c4
commit bcf8004497
41 changed files with 285 additions and 567 deletions

View File

@ -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