| | |
| | | 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用 |