Сравнить коммиты

..
1 Коммитов
Автор SHA1 Сообщение Дата
Anton Tananaev 453edfa97e Temporary downgrade libraries 2019-11-17 12:56:15 -08:00
+4 -4
Просмотреть файл
@@ -8,8 +8,8 @@ android {
buildConfigField "boolean", "HIDDEN_APP", "false" buildConfigField "boolean", "HIDDEN_APP", "false"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 29
versionCode 58 versionCode 59
versionName '5.21' versionName '5.22'
} }
lintOptions { lintOptions {
@@ -34,11 +34,11 @@ android {
} }
dependencies { dependencies {
implementation 'com.google.android.material:material:1.2.0-alpha01' implementation 'com.google.android.material:material:1.1.0-alpha10'
implementation 'androidx.preference:preference:1.1.0' implementation 'androidx.preference:preference:1.1.0'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:4.1' testImplementation 'org.robolectric:robolectric:4.1'
googleImplementation 'com.google.firebase:firebase-core:17.2.1' googleImplementation 'com.google.firebase:firebase-core:17.2.0'
googleImplementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' googleImplementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'
googleImplementation "com.google.android.gms:play-services-location:17.0.0" googleImplementation "com.google.android.gms:play-services-location:17.0.0"
} }