Commit 38576c9c authored by gaorui's avatar gaorui
Browse files

feat(app): 1.0.32版本

parent 61efc557
// 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
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 33
targetSdkVersion 34
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
<?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" />
......
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'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment