Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit b6459ab

Browse files
committed
set live site url in config
1 parent fadc3d4 commit b6459ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/otaupdater/utils/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Config {
3030

3131
public static final String GPLUS_URL = "https://plus.google.com/102074511541445644953/posts";
3232

33-
public static final String SITE_BASE_URL = "http://vlinuxbox:8080/";
33+
public static final String SITE_BASE_URL = "https://www.otaupdatecenter.pro/";
3434
public static final String WEB_FEEDBACK_URL = "contact-us";
3535
public static final String DONATE_URL = "donate";
3636
public static final String LOGIN_URL = "device/user/login";

0 commit comments

Comments
 (0)