Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Increased max time to 900s (15m)
Browse files Browse the repository at this point in the history
Signed-off-by: micrusa <[email protected]>
  • Loading branch information
micrusa committed Apr 12, 2020
1 parent bc08d2d commit be98dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/me/micrusa/amaztimer/defValues.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ class defValues {
int minSets = 1;
int maxSets = 99;
int minTime = 1; //1s
int maxTime = 300; //5m
int maxTime = 900; //15m
}

0 comments on commit be98dd9

Please sign in to comment.