diff options
Diffstat (limited to 'android/lib/common')
| -rw-r--r-- | android/lib/common/build.gradle.kts | 4 | ||||
| -rw-r--r-- | android/lib/common/lint-baseline.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/android/lib/common/build.gradle.kts b/android/lib/common/build.gradle.kts index 4cc1dfe49c..a0439a829d 100644 --- a/android/lib/common/build.gradle.kts +++ b/android/lib/common/build.gradle.kts @@ -14,8 +14,8 @@ android { } compileOptions { - sourceCompatibility = JavaVersion.VERSION_1_8 - targetCompatibility = JavaVersion.VERSION_1_8 + sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 } kotlinOptions { jvmTarget = Versions.jvmTarget } diff --git a/android/lib/common/lint-baseline.xml b/android/lib/common/lint-baseline.xml index 64b3ac2da0..141342d165 100644 --- a/android/lib/common/lint-baseline.xml +++ b/android/lib/common/lint-baseline.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<issues format="6" by="lint 7.4.2" type="baseline" client="gradle" dependencies="false" name="AGP (7.4.2)" variant="all" version="7.4.2"> +<issues format="6" by="lint 8.0.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.2)" variant="all" version="8.0.2"> <issue id="QueryAllPackagesPermission" |
