فهرست منبع

android: Upgrade java version to 11

Charles Lombardo 3 سال پیش
والد
کامیت
96ea063b45
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/android/app/build.gradle

+ 2 - 2
src/android/app/build.gradle

@@ -16,8 +16,8 @@ android {
     ndkVersion "25.2.9519653"
 
     compileOptions {
-        sourceCompatibility JavaVersion.VERSION_1_8
-        targetCompatibility JavaVersion.VERSION_1_8
+        sourceCompatibility JavaVersion.VERSION_11
+        targetCompatibility JavaVersion.VERSION_11
     }
 
     lint {