Skip to content

Commit

Permalink
upgrade to messenger version 433
Browse files Browse the repository at this point in the history
  • Loading branch information
Mino260806 committed Nov 7, 2023
1 parent bfc4cac commit 65cc423
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/java/tn/amin/mpro2/constants/ModuleInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ public class ModuleInfo {
public static final String LINK_TELEGRAM_SUPPORT = "https://t.me/MProSupport/";
public static final String LINK_GITHUB_WIKI_USAGE_GUIDE = "https://github.com/Mino260806/MessengerPro/wiki/Usage-Guide/";

public static final int MIN_ORCA_VERSION = 315206775;
public static final int MAX_ORCA_VERSION = 315601221;
public static final String RECOMMENDED_ORCA_VERSION_STRING = "427.0.0.30.110";
public static final int MIN_ORCA_VERSION = 316608097;
public static final int MAX_ORCA_VERSION = 316801724;
public static final String RECOMMENDED_ORCA_VERSION_STRING = "433.0.0.32.117";

public static final String PACKAGE_AI_PLUGIN = "tn.amin.mproai";
}

0 comments on commit 65cc423

Please sign in to comment.