Skip to content

Commit da20805

Browse files
committed
Align plugin build config with root project: AGP 8.8.1 and Java 21
- Update Android Gradle Plugin from 8.2.1 to 8.8.1 - Update Java compatibility from VERSION_17 to VERSION_21 - Matches root project configuration for consistency - Verified with successful Gradle build
1 parent 5a70b1d commit da20805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

capacitor-plugins/betaflight-serial/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
mavenCentral()
1212
}
1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:8.2.1'
14+
classpath 'com.android.tools.build:gradle:8.8.1'
1515
}
1616
}
1717

@@ -37,8 +37,8 @@ android {
3737
abortOnError false
3838
}
3939
compileOptions {
40-
sourceCompatibility JavaVersion.VERSION_17
41-
targetCompatibility JavaVersion.VERSION_17
40+
sourceCompatibility JavaVersion.VERSION_21
41+
targetCompatibility JavaVersion.VERSION_21
4242
}
4343
}
4444

0 commit comments

Comments
 (0)