hch
2023-12-27 c8c5ef8eabb7dc4a3c6c9054995bebc64208ada2
10074 新增渠道-绝峰
2个文件已修改
1 文件已重命名
18 ■■■■ 已修改文件
Channel/Android/mlgtgame_jf/gradleTemplate.properties 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/mlgtgame_jf/mainTemplate.gradle 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/mlgtgame_quick/mainTemplate.gradle 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/mlgtgame_jf/gradleTemplate.properties
Channel/Android/mlgtgame_jf/mainTemplate.gradle
@@ -1,11 +1,14 @@
// GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN
apply plugin: 'com.android.library'
//**APPLY_PLUGINS**
apply from: 'deps.gradle'
dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation('androidx.appcompat:appcompat:1.0.0') {
        force = true
    }
    implementation(name: 'sdklibrary-release', ext: 'aar')
**DEPS**}
android {
@@ -16,7 +19,7 @@
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
    defaultConfig {
        minSdkVersion **MINSDKVERSION**
        targetSdkVersion **TARGETSDKVERSION**
Channel/Android/mlgtgame_quick/mainTemplate.gradle
@@ -1,14 +1,11 @@
// GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN
apply plugin: 'com.android.library'
//**APPLY_PLUGINS**
apply from: 'deps.gradle'
dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation('androidx.appcompat:appcompat:1.0.0') {
        force = true
    }
    implementation(name: 'sdklibrary-release', ext: 'aar')
**DEPS**}
android {
@@ -19,7 +16,7 @@
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
    defaultConfig {
        minSdkVersion **MINSDKVERSION**
        targetSdkVersion **TARGETSDKVERSION**