Skip to content

Commit

Permalink
Add default value for Android SDK path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristalev committed May 20, 2022
1 parent 530942b commit dbc01e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public struct Settings: SettingsGroup {

@SettingDefinition("com.android.toolchain.sdk",
description: "Path to the directory with Android SDK.",
defaultValue: "",
defaultValue: (Path.home/"Library/Android/sdk").string ,
validator: AndroidSDKValidator())
public private(set) var androidToolchainSdk: String

Expand Down

0 comments on commit dbc01e2

Please sign in to comment.