Skip to content

Commit

Permalink
Update dependencies (quran#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre authored Feb 11, 2021
1 parent e9fc6a6 commit 46cbfaf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,19 +161,19 @@ dependencies {

implementation "dev.chrisbanes:insetter-ktx:0.3.1"
implementation 'com.jakewharton.timber:timber:4.7.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5'
implementation 'com.google.firebase:firebase-crashlytics:17.3.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
implementation 'com.google.firebase:firebase-crashlytics:17.3.1'

testImplementation 'junit:junit:4.13.1'
testImplementation 'com.google.truth:truth:1.1'
testImplementation "org.mockito:mockito-core:3.6.28"
testImplementation 'com.google.truth:truth:1.1.2'
testImplementation "org.mockito:mockito-core:3.7.7"
testImplementation "com.squareup.okhttp3:mockwebserver:${okhttpVersion}"

androidTestImplementation "androidx.test.espresso:espresso-core:${espressoVersion}"
androidTestImplementation "androidx.test.espresso:espresso-intents:${espressoVersion}"
androidTestImplementation "androidx.test.ext:junit:${androidxJunitExtVersion}"

errorprone 'com.google.errorprone:error_prone_core:2.3.3'
errorprone 'com.google.errorprone:error_prone_core:2.5.1'
//noinspection GradleDynamicVersion
errorproneJavac("com.google.errorprone:javac:9+181-r4173-1")

Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
kotlinVersion = '1.4.21'
kotlinVersion = '1.4.30'
coroutinesVersion = '1.4.2'
daggerVersion = '2.30.1'
daggerVersion = '2.32'
androidxMediaVersion = '1.2.1'
androidxAnnotationVersion = '1.1.0'
androidxPreferencesVersion = '1.1.1'
Expand All @@ -11,13 +11,13 @@ buildscript {
androidxSwipeRefreshVersion = '1.1.0'
androidxRecyclerViewVersion = '1.1.0'
androidxJunitExtVersion = '1.1.2'
materialComponentsVersion = '1.2.1'
materialComponentsVersion = '1.3.0'
espressoVersion = '3.3.0'
moshiVersion = '1.11.0'
// note - 3.13.x and above require minSdk 21
okhttpVersion = '3.12.+'
okioVersion = '2.9.0'
workManagerVersion = '2.4.0'
workManagerVersion = '2.5.0'
// note - 2.7.x and above require minSdk 21
retrofitVersion = '2.6.+'

Expand All @@ -44,11 +44,11 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "net.ltgt.gradle:gradle-errorprone-plugin:1.3.0"
classpath 'com.google.gms:google-services:4.3.4'
classpath 'com.google.gms:google-services:4.3.5'
}
}

Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
android.enableJetifier=true
android.useAndroidX=true

0 comments on commit 46cbfaf

Please sign in to comment.