Просмотр исходного кода

Update proguard-rules.pro for recent haptic changes

Anthony 1 год назад
Родитель
Сommit
3c5b1b52ac
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      android-project/app/proguard-rules.pro

+ 1 - 0
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);
 }