Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceetto committed Jun 18, 2022
1 parent 27a106b commit f38de45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,8 @@ dependencies {
implementation "com.firebaseui:firebase-ui-auth:7.2.0"
implementation 'com.google.firebase:firebase-storage-ktx:20.0.1'

//retorfit
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.1.0'

}
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ import dagger.hilt.android.AndroidEntryPoint
class MainActivity : ComponentActivity() {

private val TAG = MainActivity::class.java.name
// private val userState by viewModels<NexusLoginViewModel>()
companion object {
val TAG : String = MainActivity::class.java.simpleName
}

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)

IGDBWrapper.setCredentials("trt599r053jhg3fmjnhehpyzs3xh4w", "thxgflb6lueztb6aehzm0rcaqgocmb")

setContent {
MyApplicationTheme {
ApplicationSwitcher(vM = hiltViewModel())
Expand All @@ -31,7 +32,6 @@ class MainActivity : ComponentActivity() {
}
}


override fun onStart() {
super.onStart()
Log.i(TAG, "onStart function")
Expand Down

0 comments on commit f38de45

Please sign in to comment.