Skip to content

Commit

Permalink
Fix gradle test for core
Browse files Browse the repository at this point in the history
Summary: As title.

Reviewed By: wx0165927473, KylinChang

Differential Revision: D32730106

fbshipit-source-id: 39bb7ff5685e57f87979b15908393c694e1e3e21
  • Loading branch information
Mengxiao Lin authored and facebook-github-bot committed Nov 30, 2021
1 parent cf3ed62 commit e363daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions facebook-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ dependencies {
testImplementation "com.android.installreferrer:installreferrer:1.0"
testImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_ver"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_ver"
testImplementation 'com.google.android.gms:play-services-gcm:17.0.0'

}

Expand Down

0 comments on commit e363daa

Please sign in to comment.