mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Switch from deprecated compileSdkVersion to new compileSdk
This commit is contained in:
parent
e5c32e3490
commit
15f28d71f2
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ private:
|
|||
mo << "def ndkVersionString = \"26.2.11394342\"" << newLine << newLine;
|
||||
|
||||
mo << "android {" << newLine;
|
||||
mo << " compileSdkVersion " << static_cast<int> (androidTargetSDK.get()) << newLine;
|
||||
mo << " compileSdk " << static_cast<int> (androidTargetSDK.get()) << newLine;
|
||||
mo << " ndkVersion ndkVersionString" << newLine;
|
||||
mo << " namespace " << project.getBundleIdentifierString().toLowerCase().quoted() << newLine;
|
||||
mo << " externalNativeBuild {" << newLine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue