Merge pull request #1772 from bryanthaboi/dev

SPIDER CAR 2 delivery
This commit is contained in:
bryanthaboi
2026-08-24 10:12:06 -04:00
committed by GitHub
334 changed files with 73341 additions and 2748 deletions
@@ -30,6 +30,10 @@
<!-- Low latency audio -->
<uses-feature android:name="android.hardware.audio.low_latency" android:required="false" />
<uses-feature android:name="android.hardware.audio.pro" android:required="false" />
<!-- love.sensor (accelerometer). No runtime permission needed on Android;
this is a Play Store filtering hint only, so required=false like the
other optional hardware features above. -->
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="false" />
<application
android:allowBackup="true"