Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Up timeout duration to 90 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed Oct 15, 2023
1 parent 325f508 commit 796217b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "dev.beefers.vendetta.manager"
minSdk = 28
targetSdk = 34
versionCode = 1093
versionName = "1.0.93"
versionCode = 1094
versionName = "1.0.94"

buildConfigField("String", "GIT_BRANCH", "\"${getCurrentBranch()}\"")
buildConfigField("String", "GIT_COMMIT", "\"${getLatestCommit()}\"")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class InstallerScreen(
override fun Content() {
val nav = LocalNavigator.currentOrThrow
val activity = LocalContext.current as? ComponentActivity
var timeoutDuration = remember { 30 /* seconds */ }
var timeoutDuration = remember { 90 /* seconds */ }
val viewModel: InstallerViewModel = getScreenModel {
parametersOf(version)
}
Expand Down

0 comments on commit 796217b

Please sign in to comment.