소스 검색

Update proguard-rules.pro for recent haptic changes

Anthony 1 년 전
부모
커밋
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);
 }