Skip to content

Commit 4485200

Browse files
author
Jason Pearson
committed
point to latest release
1 parent 725c5c2 commit 4485200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/accessibilityServiceManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class AccessibilityServiceManager {
1616
private adb: AdbUtils;
1717
public static readonly PACKAGE = "com.zillow.automobile.accessibilityservice";
1818
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";
19+
private static readonly APK_URL = "https://github.com/zillow/auto-mobile/releases/download/0.0.4/accessibility-service-debug.apk";
2020

2121
// Static cache for service availability
2222
private cachedAvailability: { isAvailable: boolean; timestamp: number } | null = null;

0 commit comments

Comments
 (0)