stable mock release

This commit is contained in:
Kevin Gorham 2019-02-23 17:53:38 -05:00 committed by Kevin Gorham
parent a778bf6ec5
commit 4d802828ed
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ android {
minSdkVersion buildConfig.minSdkVersion
targetSdkVersion buildConfig.targetSdkVersion
versionCode 17 // todo: change this to 1_00_04 format, once we graduate beyond zero for the major version number because leading zeros indicate on octal number.
versionName "0.4.8-alpha"
versionName "0.4.9-alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true

View File

@ -17,8 +17,8 @@ internal object SynchronizerModule {
// const val MOCK_LOAD_DURATION = 3_000L
const val MOCK_LOAD_DURATION = 12_000L
// const val MOCK_TX_INTERVAL = 20_000L
const val MOCK_TX_INTERVAL = 5_000L
const val MOCK_TX_INTERVAL = 20_000L
// const val MOCK_TX_INTERVAL = 5_000L
const val MOCK_ACTIVE_TX_STATE_CHANGE_INTERVAL = 7_000L
const val MOCK_IS_FIRST_RUN: Boolean = true