mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 15:36:03 +00:00
- flavours compartmentalised
Took 10 hours 11 minutes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package h_mal.appttude.com
|
||||
package h_mal.appttude.com.driver
|
||||
|
||||
import android.content.res.Resources
|
||||
import androidx.annotation.StringRes
|
||||
@@ -1,4 +1,4 @@
|
||||
package h_mal.appttude.com
|
||||
package h_mal.appttude.com.driver
|
||||
|
||||
import android.view.View
|
||||
import androidx.annotation.StringRes
|
||||
@@ -10,7 +10,7 @@ import androidx.test.espresso.UiController
|
||||
import androidx.test.espresso.ViewAction
|
||||
import androidx.test.espresso.matcher.ViewMatchers.isRoot
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
import h_mal.appttude.com.base.BaseActivity
|
||||
import h_mal.appttude.com.driver.base.BaseActivity
|
||||
import org.hamcrest.Matcher
|
||||
import org.junit.After
|
||||
import org.junit.Before
|
||||
@@ -1,4 +1,4 @@
|
||||
package h_mal.appttude.com
|
||||
package h_mal.appttude.com.driver
|
||||
|
||||
|
||||
private const val apiKey = "test_key"
|
||||
@@ -1,4 +1,4 @@
|
||||
package h_mal.appttude.com
|
||||
package h_mal.appttude.com.driver
|
||||
|
||||
import android.view.View
|
||||
import android.widget.EditText
|
||||
@@ -1,10 +1,10 @@
|
||||
package h_mal.appttude.com
|
||||
package h_mal.appttude.com.driver
|
||||
|
||||
import com.google.firebase.auth.FirebaseAuth
|
||||
import com.google.firebase.database.FirebaseDatabase
|
||||
import com.google.firebase.storage.FirebaseStorage
|
||||
import h_mal.appttude.com.base.BaseActivity
|
||||
import h_mal.appttude.com.data.FirebaseAuthSource
|
||||
import h_mal.appttude.com.driver.base.BaseActivity
|
||||
import h_mal.appttude.com.driver.data.FirebaseAuthSource
|
||||
import kotlinx.coroutines.runBlocking
|
||||
import kotlinx.coroutines.tasks.await
|
||||
import org.junit.After
|
||||
@@ -1,4 +1,4 @@
|
||||
package h_mal.appttude.com
|
||||
package h_mal.appttude.com.driver
|
||||
|
||||
import com.google.gson.Gson
|
||||
import com.google.gson.reflect.TypeToken
|
||||
@@ -1,4 +1,4 @@
|
||||
package h_mal.appttude.com.firebase
|
||||
package h_mal.appttude.com.driver.firebase
|
||||
|
||||
data class SignUpResponse(
|
||||
val expiresIn: String? = null,
|
||||
Reference in New Issue
Block a user