Skip to content

Commit

Permalink
Fix build file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Jan 13, 2024
1 parent ebd927c commit fbd9a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharedTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation project(':ground')

// Room
implementation 'androidx.room:room-runtime:$roomVersion'
implementation "androidx.room:room-runtime:$roomVersion"

// Guava
implementation 'com.google.guava:guava:31.1-jre'
Expand Down

0 comments on commit fbd9a95

Please sign in to comment.