We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735c2db commit d745af3Copy full SHA for d745af3
keybot/keybot.go
@@ -81,7 +81,7 @@ func (k *keybot) Run(bot *slackbot.Bot, channel string, args []string) (string,
81
path := "/sbin:/usr/sbin:/bin:/usr/local/bin:/usr/bin:/opt/homebrew/bin"
82
env := launchd.NewEnv(home, path)
83
androidHome := "/usr/local/opt/android-sdk"
84
- ndkVer := "27.0.11718014"
+ ndkVer := "23.1.7779620"
85
NDKPath := "/Users/build/Library/Android/sdk/ndk/" + ndkVer
86
87
switch cmd {
0 commit comments