Ensure authentication token is always sent when it exists (#193)
* Ensure auth token is sent if it is present * Allow using login token for other requests while API token is created * Update version code
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import com.android.build.api.dsl.ManagedVirtualDevice
|
||||
import java.io.FileInputStream
|
||||
import java.util.*
|
||||
import java.util.Properties
|
||||
|
||||
plugins {
|
||||
id("gq.kirmanak.mealient.application")
|
||||
@@ -17,8 +17,8 @@ plugins {
|
||||
android {
|
||||
defaultConfig {
|
||||
applicationId = "gq.kirmanak.mealient"
|
||||
versionCode = 33
|
||||
versionName = "0.4.4"
|
||||
versionCode = 34
|
||||
versionName = "0.4.5"
|
||||
testInstrumentationRunner = "gq.kirmanak.mealient.MealientTestRunner"
|
||||
testInstrumentationRunnerArguments += mapOf("clearPackageData" to "true")
|
||||
resourceConfigurations += listOf("en", "es", "ru", "fr", "nl", "pt", "de")
|
||||
|
||||
Reference in New Issue
Block a user