ソースを参照

Update proguard-rules.pro for recent haptic changes

Anthony 2 年 前
親
コミット
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);
 }