We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87804ae commit d6c790eCopy full SHA for d6c790e
app/build.gradle
@@ -76,7 +76,7 @@ android {
76
dependencies {
77
implementation fileTree(include: ['*.jar'], dir: 'libs')
78
implementation project(':library')
79
-// implementation 'com.github.AriesHoo:FastLib:2.3.4'
+// implementation 'com.github.AriesHoo:FastLib:2.3.5'
80
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
81
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
82
testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
0 commit comments