| | |
| | | apply plugin: 'com.android.library' |
| | | //**APPLY_PLUGINS** |
| | | apply from: 'deps.gradle' |
| | | **APPLY_PLUGINS** |
| | | |
| | | dependencies { |
| | | implementation fileTree(dir: 'libs', include: ['*.jar']) |
| | | implementation('androidx.appcompat:appcompat:1.0.0') { |
| | | force = true |
| | | } |
| | | |
| | | //sdk所需依赖 |
| | | implementation(name: 'lp_v1.1.3', ext: 'aar') |
| | | implementation("com.android.billingclient:billing:5.0.0") |
| | | implementation 'com.google.android.gms:play-services-auth:20.1.0' |
| | | implementation 'androidx.percentlayout:percentlayout:1.0.0' |
| | | implementation 'com.facebook.android:facebook-login:latest.release' |
| | | implementation 'com.facebook.android:facebook-share:latest.release' |
| | | implementation fileTree(dir: 'libs', include: ['*.jar']) |
| | | implementation(name: 'vndjgp_v', ext: 'aar') //x.x.x为具体版本 |
| | | //SDK基础能力 |
| | | implementation 'com.appsflyer:af-android-sdk:6.9.0' |
| | | implementation 'com.android.installreferrer:installreferrer:2.2' |
| | | implementation platform('com.google.firebase:firebase-bom:30.4.0') { |
| | | 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 platform('com.google.firebase:firebase-bom:31.2.2') { |
| | | exclude group: 'com.android.support', module: 'support-compat' |
| | | } |
| | | implementation 'com.google.android.play:review:2.0.1' |
| | | implementation 'com.google.firebase:firebase-analytics' |
| | | implementation 'com.navercorp.nid:oauth-jdk8:5.1.1' |
| | | implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2' |
| | | implementation 'com.google.android.play:review:2.0.1' |
| | | implementation 'com.google.firebase:firebase-crashlytics:18.2.9' |
| | | **DEPS**} |
| | | //base theme |
| | | api 'androidx.appcompat:appcompat:1.2.0' |
| | | //ald ui用 |
| | | api 'androidx.cardview:cardview:1.0.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 { |
| | | ndkPath "**NDKPATH**" |
| | | |
| | | compileSdkVersion **APIVERSION** |
| | | buildToolsVersion '33.0.0' |
| | | buildToolsVersion '34.0.0' |
| | | |
| | | compileOptions { |
| | | sourceCompatibility JavaVersion.VERSION_1_8 |
| | | targetCompatibility JavaVersion.VERSION_1_8 |
| | | sourceCompatibility JavaVersion.VERSION_11 |
| | | targetCompatibility JavaVersion.VERSION_11 |
| | | } |
| | | |
| | | |
| | | packagingOptions {exclude 'META-INF/rxjava.properties'} |
| | | |
| | | defaultConfig { |
| | | minSdkVersion **MINSDKVERSION** |
| | | targetSdkVersion **TARGETSDKVERSION** |
| | |
| | | } |
| | | |
| | | aaptOptions { |
| | | ignoreAssetsPattern = "!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~" |
| | | noCompress = **BUILTIN_NOCOMPRESS** + unityStreamingAssets.tokenize(', ') |
| | | ignoreAssetsPattern = "!.svn:!.git:!.ds_store:!*.scc:!CVS:!thumbs.db:!picasa.ini:!*~" |
| | | }**PACKAGING_OPTIONS** |
| | | }**REPOSITORIES****SOURCE_BUILD_SETUP** |
| | | } |
| | | **IL_CPP_BUILD_SETUP** |
| | | **SOURCE_BUILD_SETUP** |
| | | **EXTERNAL_SOURCES** |