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:
parent
f6dd015999
commit
d4ace1b983
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public:
|
|||
getActivityClassPathValue() = createDefaultClassName();
|
||||
|
||||
if (getMinimumSDKVersionString().isEmpty())
|
||||
getMinimumSDKVersionValue() = 10;
|
||||
getMinimumSDKVersionValue() = 23;
|
||||
|
||||
if (getInternetNeededValue().toString().isEmpty())
|
||||
getInternetNeededValue() = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue