Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
lisahry committed Nov 19, 2024
1 parent b95b052 commit 5c683f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lifecompanion-plugins/aac4all-wp2-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
maven { url 'https://jitpack.io' }
}

version = "1.0.3"
version = "1.0.4"

dependencies {
compileOnly "org.lifecompanion:lc-app:$lifecompanionAppVersion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public enum AAC4AllWp2EvaluationController implements ModeListenerI {

private Gson gson = new GsonBuilder().registerTypeAdapter(LocalDateTime.class, new LocalDateTimeAdapter()).setPrettyPrinting().create();

private final long TRAINING_DURATION_MS = (long) 10* 60 * 1000; // min à passer en 10 min
private final long TRAINING_DURATION_MS = (long) 10 * 60 * 1000; // min à passer en 10 min
private final long EVALUATION_DURATION_MS = (long) 15 * 60 * 1000;//15 min

private boolean evaluationMode = false;
Expand Down

0 comments on commit 5c683f8

Please sign in to comment.