Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
apk_product
/
ForFun
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f7f54032
...
f7f540321ccf0ffe05511f5938ad6c7f4074bbdb
authored
2020-03-31 16:44:46 +0800
by
金学艇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1.修改斗宠小游戏的ip地址,现在和奥比游戏放在同一个ip下了
1 parent
7d192121
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
build/jsb-link/frameworks/runtime-src/proj.android-studio/app/build.gradle
build/jsb-link/frameworks/runtime-src/proj.android-studio/app/src/com/topdraw/melody/MelodyApplication.java
build/jsb-link/frameworks/runtime-src/proj.android-studio/app/build.gradle
View file @
f7f5403
...
...
@@ -10,8 +10,8 @@ android {
applicationId
"com.topdraw.forfun"
minSdkVersion
PROP_MIN_SDK_VERSION
targetSdkVersion
PROP_TARGET_SDK_VERSION
versionCode
1
versionName
"1.
0
"
versionCode
2
versionName
"1.
1
"
externalNativeBuild
{
ndkBuild
{
...
...
build/jsb-link/frameworks/runtime-src/proj.android-studio/app/src/com/topdraw/melody/MelodyApplication.java
View file @
f7f5403
...
...
@@ -24,7 +24,7 @@ public class MelodyApplication extends TopdrawApplication {
public
static
AppActivity
appActivity
;
public
static
boolean
authResult
=
false
;
private
static
MelodyApplication
app
;
public
static
String
TOPDRAW_API_PATH
=
"http://
139.196.4.234:38080/hyperion.chimera
"
;
public
static
String
TOPDRAW_API_PATH
=
"http://
demo.cloud.api.findfun.topdraw.cn:38081/findfun
"
;
;;
private
Handler
mHandler
=
new
Handler
();
...
...
Please
register
or
sign in
to post a comment