Skip to content

Commit

Permalink
code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelnyandoro committed Jul 4, 2024
1 parent 624fc9a commit 6239fb5
Show file tree
Hide file tree
Showing 35 changed files with 1,664 additions and 68 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'com.android.application'
alias(libs.plugins.google.gms.google.services)
}

android {
Expand Down Expand Up @@ -31,6 +32,7 @@ android {
dependencies {
//butter knife
implementation libs.butterknife
implementation libs.firebase.messaging
annotationProcessor libs.butterknife.compiler
//Networking
implementation libs.retrofit
Expand Down
Loading

0 comments on commit 6239fb5

Please sign in to comment.