Commit Graph

16 Commits

Author SHA1 Message Date
Chris Renshaw
1745060524 No stacktraces needed though
The remaining Gradle deprecation warnings are from Android Gradle Plugin (AGP), so figuring out why AGP 8.9.x+ breaks spoofSignature, and fixing that so that AGP can be updated is the only way to resolve things for Gradle 9.0:

Declaring an 'is-' property with a Boolean type has been deprecated. Starting with Gradle 9.0, this property will be ignored by Gradle.
[...]
Add a method named 'getCrunchPngs' with the same behavior and mark the old one with @Deprecated, or change the type of 'com.android.build.gradle.internal.dsl.BuildType$AgpDecorated.isCrunchPngs' (and the setter) to 'boolean'. [...]
Add a method named 'getUseProguard' with the same behavior and mark the old one with @Deprecated, or change the type of 'com.android.build.gradle.internal.dsl.BuildType.isUseProguard' (and the setter) to 'boolean'. [...]
Add a method named 'getWearAppUnbundled' with the same behavior and mark the old one with @Deprecated, or change the type of 'com.android.build.api.variant.impl.ApplicationVariantImpl.isWearAppUnbundled' (and the setter) to 'boolean'. [...]
2025-06-01 20:49:48 -03:00
Chris Renshaw
512ed8a1f1 Show all Gradle warnings in CI 2025-05-31 23:45:56 -03:00
Chris Renshaw
a7ba40a36c Use latest Apple Silicon for CI 2024-12-24 15:22:20 -04:00
Chris Renshaw
c0618cf9d8 CI only on main again 2024-03-09 22:30:14 -04:00
Chris Renshaw
8014d71934 Consistent numbers 2024-02-14 10:01:49 -04:00
Chris Renshaw
18f8277f16 No CI for documentation changes 2024-02-07 21:28:23 -04:00
Chris Renshaw
1f0c921773 Test Apple Silicon CI 2024-02-01 22:46:52 -04:00
Chris Renshaw
278cbf1732 Update GitHub Actions again since https://github.com/actions/upload-artifact/issues/473 is fixed 2024-01-24 22:57:03 -04:00
Chris Renshaw
008c0d0ada Add CI run number to zip filename 2024-01-08 20:57:35 -04:00
Chris Renshaw
18ecfd6e32 Update GitHub Actions, use high zip compression 2023-12-17 13:34:31 -04:00
osm0sis
9cd7ab38bb Tweak CI wording for clarity 2023-12-05 12:07:06 -04:00
osm0sis
1dc48e17c3 .github: Display Sponsor button 2023-12-02 00:14:30 -04:00
osm0sis
b87ebf75b1 More housekeeping 2023-12-01 22:55:07 -04:00
osm0sis
7c0769c2c2 Artifact zip is now module zip 2023-12-01 22:20:27 -04:00
osm0sis
e3687e9715 Fix libcxx submodule 2023-12-01 22:12:34 -04:00
Chris Renshaw
c94d0e858f Set up Android CI 2023-12-01 21:36:02 -04:00