1.修改斗宠小游戏的ip地址,现在和奥比游戏放在同一个ip下了
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -10,8 +10,8 @@ android { | ... | @@ -10,8 +10,8 @@ android { |
| 10 | applicationId "com.topdraw.forfun" | 10 | applicationId "com.topdraw.forfun" |
| 11 | minSdkVersion PROP_MIN_SDK_VERSION | 11 | minSdkVersion PROP_MIN_SDK_VERSION |
| 12 | targetSdkVersion PROP_TARGET_SDK_VERSION | 12 | targetSdkVersion PROP_TARGET_SDK_VERSION |
| 13 | versionCode 1 | 13 | versionCode 2 |
| 14 | versionName "1.0" | 14 | versionName "1.1" |
| 15 | 15 | ||
| 16 | externalNativeBuild { | 16 | externalNativeBuild { |
| 17 | ndkBuild { | 17 | ndkBuild { | ... | ... |
| ... | @@ -24,7 +24,7 @@ public class MelodyApplication extends TopdrawApplication { | ... | @@ -24,7 +24,7 @@ public class MelodyApplication extends TopdrawApplication { |
| 24 | public static AppActivity appActivity; | 24 | public static AppActivity appActivity; |
| 25 | public static boolean authResult = false; | 25 | public static boolean authResult = false; |
| 26 | private static MelodyApplication app; | 26 | private static MelodyApplication app; |
| 27 | public static String TOPDRAW_API_PATH = "http://139.196.4.234:38080/hyperion.chimera"; | 27 | public static String TOPDRAW_API_PATH = "http://demo.cloud.api.findfun.topdraw.cn:38081/findfun"; |
| 28 | ;; | 28 | ;; |
| 29 | private Handler mHandler = new Handler(); | 29 | private Handler mHandler = new Handler(); |
| 30 | 30 | ... | ... |
-
Please register or sign in to post a comment