Channel/Android/test/LauncherManifest.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Channel/Android/test/baseProjectTemplate.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Channel/Android/test/debug/libs/library-debug-test.aar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Channel/Android/test/launcherTemplate.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Channel/Android/test/mainTemplate.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Channel/Android/test/release/libs/library-release-test.aar | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Channel/Android/test/settingsTemplate.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Channel/Android/test/LauncherManifest.xml
@@ -13,21 +13,5 @@ <application android:label="@string/app_name" android:icon="@mipmap/app_icon"> <activity android:name="com.facebook.CustomTabActivity" android:exported="false" tools:replace="android:exported" tools:ignore="AppLinkUrlError"> <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:scheme="@string/fb_login_protocol_scheme" tools:ignore="ManifestResource" /> </intent-filter> </activity> </application> </manifest> Channel/Android/test/baseProjectTemplate.gradle
@@ -6,8 +6,6 @@ id 'com.android.application' version '7.1.2' apply false id 'com.android.library' version '7.1.2' apply false //id 'com.android.tools.build' version "7.3.0" apply false id "com.google.gms.google-services" version "4.3.10" apply false id 'com.google.firebase.crashlytics' version '2.8.1' apply false **BUILD_SCRIPT_DEPS** } Channel/Android/test/debug/libs/library-debug-test.aarBinary files differ
Channel/Android/test/launcherTemplate.gradle
@@ -61,16 +61,3 @@ } } }**SPLITS_VERSION_CODE****LAUNCHER_SOURCE_BUILD_SETUP** task copyJsonFile { copy { System.out.println("copy googlejson==============="); delete("./google-services.json") from('../../../../../../../Assets/Plugins/Android/') into('./') include("google-services.json") } } apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.firebase.crashlytics' Channel/Android/test/mainTemplate.gradle
@@ -3,38 +3,10 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation(name: 'ald_v', ext: 'aar') //x.x.x为具体版本 //SDK基础能力 implementation 'com.appsflyer:af-android-sdk:6.9.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' //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' } //base theme api 'androidx.appcompat:appcompat:1.2.0' //ald ui用 api 'androidx.cardview:cardview:1.0.0' implementation('androidx.browser:browser:1.5.0') //谷歌能力 implementation 'com.google.android.gms:play-services-auth:20.1.0' //google服务 implementation("com.android.billingclient:billing:7.0.0") // google内购 implementation 'androidx.percentlayout:percentlayout:1.0.0' //google提供的支持库 implementation 'com.google.android.play:review:2.0.1' //google评价 //facebook能力 implementation 'com.facebook.android:facebook-login:latest.release' implementation 'com.facebook.android:facebook-share:latest.release' **DEPS**} android { Channel/Android/test/release/libs/library-release-test.aarBinary files differ
Channel/Android/test/settingsTemplate.gradle
@@ -2,12 +2,6 @@ repositories { **ARTIFACTORYREPOSITORY** maven { url "https://jitpack.io" } maven { url 'https://maven.aliyun.com/repository/releases' } maven { url 'https://maven.aliyun.com/repository/jcenter' } maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/central' } maven { url 'https://maven.aliyun.com/repository/gradle-plugin' } maven { url 'https://maven.aliyun.com/repository/public' } gradlePluginPortal() google() mavenCentral() @@ -22,12 +16,6 @@ repositories { **ARTIFACTORYREPOSITORY** maven { url "https://jitpack.io" } maven { url 'https://maven.aliyun.com/repository/releases' } maven { url 'https://maven.aliyun.com/repository/jcenter' } maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/central' } maven { url 'https://maven.aliyun.com/repository/gradle-plugin' } maven { url 'https://maven.aliyun.com/repository/public' } google() mavenCentral() flatDir {