Commit 4d29bbca authored by gaorui's avatar gaorui
Browse files

feat(app):update maven library11

parent 965cb387
...@@ -10,6 +10,7 @@ buildscript { ...@@ -10,6 +10,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.0.2' classpath 'com.android.tools.build:gradle:4.0.2'
classpath 'com.google.gms:google-services:4.2.0'
} }
} }
......
plugins { plugins {
id 'com.android.application' id 'com.android.application'
id 'com.google.gms.google-services'
} }
android { android {
...@@ -36,21 +37,30 @@ android { ...@@ -36,21 +37,30 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8 sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8
} }
packagingOptions{
exclude 'META-INF/app_release.kotlin_module'
}
} }
dependencies { dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
//hoolai-core //hoolai-core(必接)
implementation 'com.hoolai.access.open:hoolai-core:1.0.3.21' implementation 'com.hoolai.access.open:hoolai-core:1.0.3.25-global'
//access-native(必接)
//基础功能模块,登录/支付/分享等 implementation 'com.hoolai.access.platform:access-native:0.1.2.1420-rc4'
implementation 'com.hoolai.oversea:hl-oversea-global:1.0.0.1' //fangzhou(必接)
//appsflyer(选接) implementation 'com.hoolai.access.open.fangzhou:fangzhou:4.5.16.2'
implementation 'com.hoolai.oversea.appsflyer:appsflyer:1.0.0.1' //基础功能模块,登录/支付/分享等(必接)
//firebase(选接) implementation 'com.hoolai.oversea:hl-oversea-global:1.0.0.5'
implementation 'com.hoolai.oversea.firebase:firebase:1.0.0.1' //迁移插件,适用于 v1 升级 v2 过度插件(选接)
//implementation 'com.hoolai.access.open:fast-access:1.0.0.5'
//aihelp(选接) //aihelp(选接)
implementation 'com.hoolai.oversea.aihelp:aihelp:1.0.0.1' implementation 'com.hoolai.oversea.aihelp:aihelp:1.0.0.1'
//appsflyer(选接)
implementation 'com.hoolai.oversea.appsflyer:appsflyer:1.0.0.2'
//firebase(选接)
implementation 'com.hoolai.oversea.firebase:firebase:1.0.0.2'
//facebooklinks(选接) //facebooklinks(选接)
implementation 'com.hoolai.oversea.links:facebooklinks:1.0.0.0' implementation 'com.hoolai.oversea.links:facebooklinks:1.0.0.0'
//openInstall(选接) //openInstall(选接)
......
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