6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 570e79c9
Changed files
comwell_key_app/android/app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Diff
diff --git a/comwell_key_app/android/app/build.gradle b/comwell_key_app/android/app/build.gradle
index 09f90f96..c69a5c70 100644
--- a/comwell_key_app/android/app/build.gradle
+++ b/comwell_key_app/android/app/build.gradle
@@ -31,10 +31,10 @@ android {
compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
- /* compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_8
- targetCompatibility JavaVersion.VERSION_1_8
- } */
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
+ }
kotlinOptions {
jvmTarget = '1.8'