Sfoglia il codice sorgente

chore(deps,android) bump leakcanary

master
Saúl Ibarra Corretgé 5 anni fa
parent
commit
7ef4de9c1c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle Vedi File

@@ -74,7 +74,7 @@ dependencies {
74 74
     implementation fileTree(dir: 'libs', include: ['*.jar'])
75 75
     implementation 'androidx.appcompat:appcompat:1.2.0'
76 76
 
77
-    debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-5'
77
+    debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2'
78 78
 
79 79
     if (!rootProject.ext.libreBuild) {
80 80
         implementation 'com.google.android.gms:play-services-auth:16.0.1'

Loading…
Annulla
Salva