update
This commit is contained in:
parent
3c63df2c5d
commit
a66966faa0
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,4 +16,4 @@ local.properties
|
|||||||
.idea/
|
.idea/
|
||||||
.safedk/
|
.safedk/
|
||||||
/app/debug/
|
/app/debug/
|
||||||
/app/relese/
|
/app/release/
|
||||||
@ -34,12 +34,11 @@ class App : Application() {
|
|||||||
dealFile()
|
dealFile()
|
||||||
|
|
||||||
UpLoadManager.init(this,"ocean",{ss,s->})
|
UpLoadManager.init(this,"ocean",{ss,s->})
|
||||||
|
|
||||||
ISAdManager.init("ocean", this,
|
ISAdManager.init("ocean", this,
|
||||||
"24d0ff7fd",
|
"24d0ff7fd",
|
||||||
"693xdmd9cr0qkiv3",
|
"693xdmd9cr0qkiv3",
|
||||||
"ijo9mg4t2m8a0as8",
|
"ijo9mg4t2m8a0as8",
|
||||||
"l4eic48lokbz4ub8", true,
|
"l4eic48lokbz4ub8", false,
|
||||||
onInitSuccess = {
|
onInitSuccess = {
|
||||||
}, onInitFail = {
|
}, onInitFail = {
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||||
# Specifies the JVM arguments used for the daemon process.
|
# Specifies the JVM arguments used for the daemon process.
|
||||||
# The setting is particularly useful for tweaking memory settings.
|
# The setting is particularly useful for tweaking memory settings.
|
||||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
|
||||||
# When configured, Gradle will run in incubating parallel mode.
|
# When configured, Gradle will run in incubating parallel mode.
|
||||||
# This option should only be used with decoupled projects. More details, visit
|
# This option should only be used with decoupled projects. More details, visit
|
||||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user