Aidan Follestad hace 8 años
padre
commit
46882ab751
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sample/build.gradle

+ 1 - 1
sample/build.gradle

@@ -47,5 +47,5 @@ dependencies {
     compile 'com.jakewharton:butterknife:' + versions.butterKnife
     annotationProcessor 'com.jakewharton:butterknife-compiler:' + versions.butterKnife
 
-    debugCompile 'com.facebook.stetho:stetho:1.4.2'
+    compile 'com.facebook.stetho:stetho:1.4.2'
 }