Skip to content

Commit

Permalink
chore: use jdk 21 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsChaceD authored Dec 16, 2024
1 parent 9845f40 commit 457aefb
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 457aefb

Please sign in to comment.