fix(MOB): AppUpdateChecker API Key 수정
하드코딩된 테스트 키를 실제 API Key로 교체 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,7 @@ public class AppUpdateChecker {
|
|||||||
|
|
||||||
private static final String TAG = "AppUpdateChecker";
|
private static final String TAG = "AppUpdateChecker";
|
||||||
private static final String API_BASE_URL = "https://api.codebridge-x.com";
|
private static final String API_BASE_URL = "https://api.codebridge-x.com";
|
||||||
private static final String API_KEY = "sam-api-key-2025";
|
private static final String API_KEY = "42Jfwc6EaRQ04GNRmLR5kzJp5UudSOzGGqjmdk1a";
|
||||||
|
|
||||||
private final Activity activity;
|
private final Activity activity;
|
||||||
private final ExecutorService executor = Executors.newSingleThreadExecutor();
|
private final ExecutorService executor = Executors.newSingleThreadExecutor();
|
||||||
|
|||||||
Reference in New Issue
Block a user