mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Android Studio exporter: removed unused build setting.
This commit is contained in:
parent
2fa6c2094e
commit
bb1fe3dc8e
2 changed files with 0 additions and 4 deletions
|
|
@ -102,9 +102,6 @@ public:
|
|||
return androidStudioExecutable.startAsProcess ("\"" + targetFolder.getFullPathName() + "\"");
|
||||
}
|
||||
|
||||
Value getNDKPlatformVersionValue() { return getSetting (Ids::androidNdkPlatformVersion); }
|
||||
String getNDKPlatformVersionString() const { return settings [Ids::androidNdkPlatformVersion]; }
|
||||
|
||||
Value getBuildToolsVersionValue() { return getSetting (Ids::buildToolsVersion); }
|
||||
String getBuildToolsVersionString() const { return settings [Ids::buildToolsVersion]; }
|
||||
|
||||
|
|
|
|||
|
|
@ -165,7 +165,6 @@ namespace Ids
|
|||
DECLARE_ID (androidTheme);
|
||||
DECLARE_ID (androidStaticLibraries);
|
||||
DECLARE_ID (androidSharedLibraries);
|
||||
DECLARE_ID (androidNdkPlatformVersion);
|
||||
DECLARE_ID (androidScreenOrientation);
|
||||
DECLARE_ID (iosScreenOrientation);
|
||||
DECLARE_ID (iosInAppPurchases);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue