Skip to content

Commit

Permalink
chore: use jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsChaceD committed Dec 10, 2024
1 parent b9e3304 commit cde8dcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-app/android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
}

Expand Down
4 changes: 4 additions & 0 deletions plugin/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ android {
}
}

kotlin {
jvmToolchain(21)
}

repositories {
maven {
url 'https://pkgs.dev.azure.com/OutSystemsRD/9e79bc5b-69b2-4476-9ca5-d67594972a52/_packaging/PublicArtifactRepository/maven/v1'
Expand Down

0 comments on commit cde8dcb

Please sign in to comment.