Skip to content

Commit

Permalink
don't use unnecessary "" in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Nov 12, 2024
1 parent 4933d66 commit 7227f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.2'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
implementation 'androidx.work:work-runtime:2.9.1'
implementation "androidx.emoji2:emoji2-emojipicker:1.5.0"
implementation 'androidx.emoji2:emoji2-emojipicker:1.5.0'
implementation 'com.google.guava:guava:31.1-android'
implementation 'com.google.android.exoplayer:exoplayer-core:2.19.1' // plays video and audio
implementation 'com.google.android.exoplayer:exoplayer-ui:2.19.1'
Expand Down

0 comments on commit 7227f51

Please sign in to comment.