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 752e400 commit 374d408Copy full SHA for 374d408
app/build.gradle
@@ -73,7 +73,7 @@ android {
73
dependencies {
74
implementation fileTree(include: ['*.jar'], dir: 'libs')
75
implementation project(':library')
76
- // implementation 'com.github.AriesHoo:FastLib:2.2.12'
+ // implementation 'com.github.AriesHoo:FastLib:2.2.13_beta10'
77
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
78
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
79
testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
0 commit comments