Browse Source

Update proguard-rules.pro for recent haptic changes

Anthony 1 year ago
parent
commit
3c5b1b52ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      android-project/app/proguard-rules.pro

+ 1 - 0
android-project/app/proguard-rules.pro

@@ -85,4 +85,5 @@
     void pollHapticDevices();
     void pollHapticDevices();
     void hapticRun(int, float, int);
     void hapticRun(int, float, int);
     void hapticStop(int);
     void hapticStop(int);
+    void hapticRumble(int, float , float, int);
 }
 }