Browse Source

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.

tags/2021-05-28
Timur Doumler 9 years ago
parent
commit
d4ace1b983
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h

+ 1
- 1
extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h View File

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


Loading…
Cancel
Save