feat: Update Android Gradle plugin to 8.1.0#575
Conversation
c42b9d3 to
c80d354
Compare
a673322 to
4c030ef
Compare
android-core/build.gradle
Outdated
| compileOptions { | ||
| sourceCompatibility JavaVersion.VERSION_1_8 | ||
| targetCompatibility JavaVersion.VERSION_1_8 | ||
| sourceCompatibility JavaVersion.VERSION_17 |
There was a problem hiding this comment.
how does this impact clients? do they need to build their app with 17 when compiling against our SDK? is that ok?
There was a problem hiding this comment.
Yes, this can affect the client app, but Android Gradle Plugin 8 requires at least Java 17 to run.
gradle.properties
Outdated
| #-XX:ThreadStackSize=4096 -XX:CompilerThreadStackSize=4096 No newline at end of file | ||
| #-XX:ThreadStackSize=4096 -XX:CompilerThreadStackSize=4096 | ||
| android.defaults.buildfeatures.buildconfig=true | ||
| org.gradle.caching=true |
There was a problem hiding this comment.
is this going to mess up CI builds? we shouldn't be caching for CI
There was a problem hiding this comment.
I removed org.gradle.caching=true because the build cache can affect CI
66afa0f to
69d8a8a
Compare
|
69d8a8a to
8b19174
Compare
|
94d613e to
d01cb2a
Compare
c7ac145 to
3baa2de
Compare
|
## [5.76.0](v5.75.1...v5.76.0) (2026-01-27) ### Features * Add trunk rule to detect mParticle API keys ([#633](#633)) ([3f3c79f](3f3c79f)) * Update Android Gradle plugin to 8.1.0 ([#575](#575)) ([fc6a25d](fc6a25d)) ### Bug Fixes * Align ktlint rules for kits with Android Studio defaults ([#640](#640)) ([e5484a0](e5484a0)) * migrate all generic logs to Logger class ([#630](#630)) ([9c9cb33](9c9cb33)) * Override ktlint rules for kits to avoid editorconfig conflicts ([#642](#642)) ([e31027a](e31027a)) ### Updates & Maintenance * bump actions/cache from 4 to 5 ([#635](#635)) ([fb471fa](fb471fa)) * bump actions/checkout from 5 to 6 ([#631](#631)) ([a0b2442](a0b2442)) * bump actions/checkout from 5.0.0 to 6.0.1 ([#637](#637)) ([449a0b5](449a0b5)) * bump actions/setup-java from 4 to 5 ([#625](#625)) ([46823b8](46823b8)) * bump actions/upload-artifact from 5 to 6 ([#636](#636)) ([05f6133](05f6133)) * Remove empty workflow file ([#634](#634)) ([0780abd](0780abd)) * Update submodules ([d6bf37f](d6bf37f))
|
🎉 This PR is included in version 5.76.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |



Instructions
developmentSummary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)