Skip to content

Commit

Permalink
Merge pull request #12887 from nextcloud/bumpOutdatedVersion
Browse files Browse the repository at this point in the history
outdated version is now NC26
  • Loading branch information
tobiasKaminsky authored Apr 17, 2024
2 parents f3808c9 + 6c7a921 commit 34f0197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/owncloud/android/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
* Contains methods to build the "static" strings. These strings were before constants in different classes.
*/
public class MainApp extends MultiDexApplication implements HasAndroidInjector {
public static final OwnCloudVersion OUTDATED_SERVER_VERSION = NextcloudVersion.nextcloud_23;
public static final OwnCloudVersion OUTDATED_SERVER_VERSION = NextcloudVersion.nextcloud_26;
public static final OwnCloudVersion MINIMUM_SUPPORTED_SERVER_VERSION = OwnCloudVersion.nextcloud_16;

private static final String TAG = MainApp.class.getSimpleName();
Expand Down

0 comments on commit 34f0197

Please sign in to comment.