Skip to content

Commit

Permalink
Augmente la version de l'appli mobile
Browse files Browse the repository at this point in the history
Change-Id: I82dc9b95b9cdb01ad81b73f315c5b9e193ff7f5c
  • Loading branch information
Emilie Genton committed Nov 3, 2023
1 parent dfca314 commit 7f0e338
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class CompatibleVersions {

// Versions autorisées pour l'appli mobile
private final List<String> mobileCompatibleVersions =
Collections.singletonList(MobileVersion.M2_0_beta2.version);
Collections.singletonList(MobileVersion.M2_0_beta3.version);

public CompatibleVersions() {}

Expand All @@ -32,7 +32,7 @@ public void checkCompat(String mobileVersionString) {
}

enum MobileVersion {
M2_0_beta2("2.0-beta2");
M2_0_beta3("2.0-beta3");

public final String version;

Expand Down

0 comments on commit 7f0e338

Please sign in to comment.