apply plugin: 'com.android.library' //Mugo MobSDK { appKey "37cdd17cf59dd" appSecret "25533743fe62efc8d5eecada8e5bf8fd" appBundleMode true gui false // mobEnv 'x' ShareSDK { devInfo { QQ { appId "101992406" appKey "496b815fdf15185b4f86685e607f51b3" shareByAppClient true } QZone { appId "101992406" appKey "496b815fdf15185b4f86685e607f51b3" shareByAppClient true } Wechat { appId "wx9477e94703095c92" appSecret "899feb1374da97f4b7d89f8d2880bef6" } WechatMoments { appId "wx9477e94703095c92" appSecret "899feb1374da97f4b7d89f8d2880bef6" } GooglePlus { id 21 sortId 21 appId "413722939948-f28m6le95op92v8vrls4se4inc8msr26.apps.googleusercontent.com" callbackUri "http://localhost" officialVersion "default" shareByAppClient true enable true } Facebook { id 8 sortId 8 appKey "6332331506806101" appSecret "2e45a8398f2dd2dc1bc6cedb1e363994" callbackUri "https://www.baidu.com" officialVersion "default" faceBookLoginProtocolScheme "fb6332331506806101" faceBookAppType "game" shareByAppClient true enable true } } } } android { compileSdkVersion 29 buildToolsVersion "29.0.3" defaultConfig { minSdkVersion 19 targetSdkVersion 29 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.3.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' api project(':KlcBeans') }