- flavours compartmentalised

Took 10 hours 11 minutes
This commit is contained in:
2023-03-28 21:38:33 +01:00
parent f87d986849
commit 16433d0852
130 changed files with 814 additions and 706 deletions

View File

@@ -1,4 +1,4 @@
package h_mal.appttude.com
package h_mal.appttude.com.driver
import android.content.res.Resources
import androidx.annotation.StringRes

View File

@@ -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

View File

@@ -1,4 +1,4 @@
package h_mal.appttude.com
package h_mal.appttude.com.driver
private const val apiKey = "test_key"

View File

@@ -1,4 +1,4 @@
package h_mal.appttude.com
package h_mal.appttude.com.driver
import android.view.View
import android.widget.EditText

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +1,4 @@
package h_mal.appttude.com.firebase
package h_mal.appttude.com.driver.firebase
data class SignUpResponse(
val expiresIn: String? = null,