Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdk-public
hoolai-oversea-demo-new
Commits
38576c9c
Commit
38576c9c
authored
Nov 01, 2024
by
gaorui
Browse files
feat(app): 1.0.32版本
parent
61efc557
Changes
4
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
38576c9c
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply
from:
'config.gradle'
buildscript
{
repositories
{
maven
{
url
'https://sdk.wdyxgames.com/nexus/repository/sdk-public/'
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:4.0.2'
classpath
'com.google.gms:google-services:4.2.0'
}
}
allprojects
{
repositories
{
maven
{
url
'https://sdk.wdyxgames.com/nexus/repository/sdk-public/'
}
}
}
task
clean
(
type:
Delete
)
{
delete
rootProject
.
buildDir
plugins
{
id
'com.android.application'
version
'8.1.0'
apply
false
id
'com.android.library'
version
'8.1.0'
apply
false
id
'org.jetbrains.kotlin.android'
version
'1.8.10'
apply
false
id
'com.google.firebase.crashlytics'
version
'3.0.2'
apply
false
id
'com.google.gms.google-services'
version
'4.3.15'
apply
false
}
apply
from:
'config.gradle'
\ No newline at end of file
game_demo/build.gradle
View file @
38576c9c
plugins
{
id
'com.android.application'
id
'com.google.gms.google-services'
id
'org.jetbrains.kotlin.android'
id
'com.google.firebase.crashlytics'
}
android
{
compileSdkVersion
33
namespace
"com.hoolai.oversea.access"
compileSdk
34
defaultConfig
{
applicationId
"com.hoolai.oversea.access"
minSdkVersion
23
targetSdkVersion
3
3
targetSdkVersion
3
4
versionCode
24
versionName
"1.2.4"
...
...
@@ -37,32 +39,32 @@ android {
sourceCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
}
packagingOptions
{
exclude
'META-INF/app_release.kotlin_module'
}
}
dependencies
{
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
//hoolai-core(必接)
implementation
'com.hoolai.access.open:hoolai-core:1.0.3.
28
-global'
implementation
'com.hoolai.access.open:hoolai-core:1.0.3.
35
-global'
//access-native(必接)
implementation
'com.hoolai.access.platform:access-native:0.1.2.1423'
//fangzhou(必接)
implementation
'com.hoolai.access.open.fangzhou:fangzhou:4.5.16.10'
//基础功能模块,登录/支付/分享等(必接)
implementation
'com.hoolai.oversea:hl-oversea-global:1.0.1.3'
//迁移插件,适用于 v1 升级 v2 过度插件(选接)
//implementation 'com.hoolai.access.open:fast-access:1.0.0.5'
//aihelp(选接)
implementation
'com.hoolai.oversea:hl-oversea-global:1.0.3.2'
//aihelp(必接)
implementation
'com.hoolai.oversea.aihelp:aihelp:1.0.0.1'
//appsflyer(
选
接)
//appsflyer(
必
接)
implementation
'com.hoolai.oversea.appsflyer:appsflyer:1.0.0.2'
//firebase(
选
接)
//firebase(
必
接)
implementation
'com.hoolai.oversea.firebase:firebase:1.0.0.4'
//facebooklinks(
选
接)
//facebooklinks(
必
接)
implementation
'com.hoolai.oversea.links:facebooklinks:1.0.0.0'
//openInstall(选接)
implementation
'com.hoolai.oversea.opins:openInstall:1.0.0.0'
//crashlytics(选接)注意需要其他特殊配置,请参照文档下方进行配置
implementation
'com.hoolai.oversea.crash:crashlytics:1.0.0.0'
}
\ No newline at end of file
game_demo/src/main/AndroidManifest.xml
View file @
38576c9c
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.hoolai.access.demo"
>
xmlns:tools=
"http://schemas.android.com/tools"
>
<!--hoolai sdk permission start-->
<uses-permission
android:name=
"android.permission.INTERNET"
/>
...
...
settings.gradle
View file @
38576c9c
pluginManagement
{
repositories
{
// mavenLocal()
google
()
mavenCentral
()
maven
{
url
'https://sdk.wdyxgames.com/nexus/repository/sdk-public/'
}
}
}
dependencyResolutionManagement
{
repositoriesMode
.
set
(
RepositoriesMode
.
FAIL_ON_PROJECT_REPOS
)
repositories
{
// mavenLocal()
google
()
mavenCentral
()
maven
{
url
'https://sdk.wdyxgames.com/nexus/repository/sdk-public/'
}
}
}
rootProject
.
name
=
"hoolai-oversea-demo-new"
include
':game_demo'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment