Channel/Android/hyenglish/mainTemplate.gradle
@@ -18,6 +18,7 @@ // implementation 'com.google.firebase:firebase-messaging' //不加了log会报FirebaseMessagingService缺失提示,但是并不影响上报 implementation platform('com.google.firebase:firebase-bom:33.1.1') { exclude group: 'com.android.support', module: 'support-compat' exclude group: 'org.jetbrains.kotlinx', module: 'kotlinx-coroutines' } //base theme api 'androidx.appcompat:appcompat:1.2.0'