Skip to content

Commit d9200ec

Browse files
SUPERCILEXsamtstern
authored andcommitted
Fix lintchecks module (#1117)
1 parent 91300d6 commit d9200ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
testImplementation 'com.facebook.android:facebook-login:4.29.0'
5858
testImplementation("com.twitter.sdk.android:twitter-core:3.1.1@aar") { transitive = true }
5959

60-
implementation project(':internal:lintchecks')
60+
debugImplementation project(':internal:lintchecks')
6161
}
6262

6363
javadoc.include([

0 commit comments

Comments
 (0)