From 3c5b1b52ac2aa34e902f01040e8d4a2691c234e7 Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 5 Jun 2024 22:29:33 +0100 Subject: [PATCH] Update proguard-rules.pro for recent haptic changes --- android-project/app/proguard-rules.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/android-project/app/proguard-rules.pro b/android-project/app/proguard-rules.pro index e717ea0b70..ab66646aff 100644 --- a/android-project/app/proguard-rules.pro +++ b/android-project/app/proguard-rules.pro @@ -85,4 +85,5 @@ void pollHapticDevices(); void hapticRun(int, float, int); void hapticStop(int); + void hapticRumble(int, float , float, int); }