| | |
| | | dependencies { |
| | | implementation fileTree(dir: 'libs', include: ['*.jar']) |
| | | |
| | | implementation(name: 'ald_v', ext: 'aar') //x.x.x为具体版本 |
| | | //SDK基础能力 |
| | | implementation 'com.appsflyer:af-android-sdk:6.14.0' |
| | | implementation 'com.android.installreferrer:installreferrer:2.2' |
| | | api 'androidx.annotation:annotation:1.5.0' |
| | | api 'androidx.core:core:1.6.0' |
| | | api 'androidx.percentlayout:percentlayout:1.0.0' |
| | | //以下为必需依赖的库 |
| | | implementation(name: 'a-modules-api-release', ext: 'aar') |
| | | implementation(name: 'guanwang-release', ext: 'aar') |
| | | implementation(name: 'module-adrevenue', ext: 'aar') |
| | | implementation(name: 'module-data', ext: 'aar') |
| | | implementation(name: 'sdk_common_code-release', ext: 'aar') |
| | | implementation(name: 'sdk_common_res_base-release', ext: 'aar') |
| | | implementation(name: 'sdk_common_res-release', ext: 'aar') |
| | | |
| | | |
| | | //SDK基础能力 |
| | | //base theme |
| | | api 'androidx.appcompat:appcompat:1.2.0' |
| | | implementation 'androidx.appcompat:appcompat:1.2.0' |
| | | //ald ui用 |
| | | api 'androidx.cardview:cardview:1.0.0' |
| | | implementation 'androidx.cardview:cardview:1.0.0' |
| | | //webview控件 |
| | | implementation('androidx.browser:browser:1.5.0') |
| | | //google ID |
| | | implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' |
| | | //firebase |
| | | implementation 'com.google.firebase:firebase-analytics' |
| | | implementation 'com.google.firebase:firebase-crashlytics' |
| | | // implementation 'com.google.firebase:firebase-messaging' //不加了log会报FirebaseMessagingService缺失提示,但是并不影响上报 |
| | | implementation platform('com.google.firebase:firebase-bom:31.2.2') { |
| | | exclude group: 'com.android.support', module: 'support-compat' |
| | | } |
| | | |
| | | **DEPS**} |
| | | |