Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 committed Dec 18, 2024
1 parent bab1eb6 commit 3ac2a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import androidx.multidex.MultiDexApplication
import androidx.work.Configuration
import com.google.android.ground.Config.isReleaseBuild
import dagger.hilt.android.HiltAndroidApp
import timber.log.Timber
import javax.inject.Inject
import timber.log.Timber

@HiltAndroidApp
class GroundApplication : MultiDexApplication(), Configuration.Provider {
Expand Down

0 comments on commit 3ac2a5f

Please sign in to comment.