Skip to content

Commit

Permalink
Temporary downgrade libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Nov 17, 2019
1 parent 4c6c79b commit 453edfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
buildConfigField "boolean", "HIDDEN_APP", "false"
minSdkVersion 16
targetSdkVersion 29
versionCode 58
versionName '5.21'
versionCode 59
versionName '5.22'
}

lintOptions {
Expand All @@ -34,11 +34,11 @@ android {
}

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'
testImplementation 'junit:junit:4.12'
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.google.android.gms:play-services-location:17.0.0"
}
Expand Down

0 comments on commit 453edfa

Please sign in to comment.