Этот коммит содержится в:
Anton Tananaev
2021-07-18 12:04:45 -07:00
родитель 3b399c41ad
Коммит a983b26480
10 изменённых файлов: 420 добавлений и 466 удалений
+2 -1
Просмотреть файл
@@ -29,11 +29,12 @@ android {
dependencies {
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'androidx.preference:preference-ktx:1.1.1'
googleImplementation 'com.google.firebase:firebase-core:19.0.0'
googleImplementation 'com.google.firebase:firebase-analytics:19.0.0'
googleImplementation 'com.google.firebase:firebase-messaging:22.0.0'
googleImplementation 'com.google.firebase:firebase-crashlytics:18.1.0'
implementation "androidx.core:core-ktx:1.6.0"
implementation 'androidx.core:core-ktx:1.6.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}