diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7f71189dd6..1321ee947b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -56,7 +56,7 @@ (); - } objectMap.put(key, object); } public static Object get(String key, boolean isRemove) { - if (objectMap == null) { - return null; - } if (isRemove) { return objectMap.remove(key); } else { @@ -68,9 +62,6 @@ public class AppController extends TinkerApplicationImpl { } public static void remove(String key) { - if (objectMap == null) { - return; - } objectMap.remove(key); } diff --git a/gradle.properties b/gradle.properties index 72a1508468..32c1f024d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -50,13 +50,13 @@ DEV_COMMENT_HOST=https\://dev.api.ghzs666.com/v3d0/ DEV_DATA_HOST=http\://data.ghzs666.com/ DEV_USERSEA_HOST=https\://dev.usersea.ghzs666.com/v1d0/ -API_HOST=http\://api.ghzs666.com/v3d0/ +API_HOST=http\://api.ghzs.com/v3d0/ +LIBAO_HOST=http\://api.ghzs.com/v3d0/ +MESSAGE_HOST=http\://api.ghzs.com/v3d0/ +USER_HOST=http\://api.ghzs.com/v3d0/ +COMMENT_HOST=http\://api.ghzs.com/v3d0/ DATA_HOST=http\://data.ghzs666.com/ -LIBAO_HOST=http\://libao.ghzs666.com/v1d3/ -MESSAGE_HOST=http\://message.ghzs666.com/v1d1/ -USER_HOST=http\://user.ghzs666.com/v1d2/ -COMMENT_HOST=http\://comment.ghzs666.com/v1d3/ -USERSEA_HOST=https\://usersea.ghzs666.com/v1d0/ +USERSEA_HOST=https\://usersea.ghzs.com/v1d0/ #TINKER_ID= TINKER_ENABLED=1 \ No newline at end of file