Skip to content

Commit

Permalink
moved into right package
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinJeyakumar committed Feb 22, 2022
1 parent 4b89cea commit 213b336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/src/main/java/com/data/di/NetworkModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.data.di

import com.google.gson.GsonBuilder
import com.data.repositories.remote.api.RestRepository
import com.data.repositories.remote.firebase.FirebaseAuthenticationRepository
import com.data.repositories.remote.firebase.authentication.FirebaseAuthenticationRepository
import com.data.utility.Constant
import com.domain.datasources.remote.api.RestDataSource
import com.domain.datasources.remote.api.RestService
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.data.repositories.remote.firebase
package com.data.repositories.remote.firebase.authentication

import android.app.Activity
import android.util.Log
Expand Down

0 comments on commit 213b336

Please sign in to comment.