We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725c5c2 commit 4485200Copy full SHA for 4485200
src/utils/accessibilityServiceManager.ts
@@ -16,7 +16,7 @@ export class AccessibilityServiceManager {
16
private adb: AdbUtils;
17
public static readonly PACKAGE = "com.zillow.automobile.accessibilityservice";
18
public static readonly ACTIVITY = "com.zillow.automobile.accessibilityservice.MainActivity";
19
- private static readonly APK_URL = "https://github.com/zillow/auto-mobile/releases/download/0.0.3/accessibility-service-debug.apk";
+ private static readonly APK_URL = "https://github.com/zillow/auto-mobile/releases/download/0.0.4/accessibility-service-debug.apk";
20
21
// Static cache for service availability
22
private cachedAvailability: { isAvailable: boolean; timestamp: number } | null = null;
0 commit comments