Этот коммит содержится в:
Anton Tananaev
2018-11-06 20:58:48 +13:00
родитель ab5aec9721
Коммит d2f653034d
+4 -4
Просмотреть файл
@@ -9,8 +9,8 @@ android {
buildConfigField "boolean", "HIDDEN_APP", "false"
minSdkVersion 15
targetSdkVersion 28
versionCode 52
versionName '5.15'
versionCode 53
versionName '5.16'
}
lintOptions {
@@ -35,10 +35,10 @@ android {
}
dependencies {
implementation 'com.android.support:design:28.0.0-rc02'
implementation 'com.android.support:design:28.0.0'
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.8'
googleImplementation 'com.google.firebase:firebase-core:16.0.3'
googleImplementation 'com.google.firebase:firebase-core:16.0.5'
googleImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.5'
}