GH-1453 React to the minimum version change - 18

This commit is contained in:
Petr Mrázek 2016-02-13 17:34:27 +01:00
parent 1978078662
commit a20e2590da

View File

@ -15,7 +15,7 @@ using namespace Json;
#include "VersionBuildError.h"
#include <Version.h>
#define CURRENT_MINIMUM_LAUNCHER_VERSION 14
#define CURRENT_MINIMUM_LAUNCHER_VERSION 18
int findLibraryByName(QList<OneSixLibraryPtr> haystack, const GradleSpecifier &needle)
{