1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-09 04:30:09 +00:00

Introjucer: increased default minimum Android SDK from 10 to 23 to allow Android Studio projects to compile out of the box with a default AS installation.

This commit is contained in:
Timur Doumler 2016-01-11 16:17:18 +00:00
parent f6dd015999
commit d4ace1b983

View file

@ -35,7 +35,7 @@ public:
getActivityClassPathValue() = createDefaultClassName();
if (getMinimumSDKVersionString().isEmpty())
getMinimumSDKVersionValue() = 10;
getMinimumSDKVersionValue() = 23;
if (getInternetNeededValue().toString().isEmpty())
getInternetNeededValue() = true;