Skip to content

Commit d745af3

Browse files
committed
try this
1 parent 735c2db commit d745af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keybot/keybot.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func (k *keybot) Run(bot *slackbot.Bot, channel string, args []string) (string,
8181
path := "/sbin:/usr/sbin:/bin:/usr/local/bin:/usr/bin:/opt/homebrew/bin"
8282
env := launchd.NewEnv(home, path)
8383
androidHome := "/usr/local/opt/android-sdk"
84-
ndkVer := "27.0.11718014"
84+
ndkVer := "23.1.7779620"
8585
NDKPath := "/Users/build/Library/Android/sdk/ndk/" + ndkVer
8686

8787
switch cmd {

0 commit comments

Comments
 (0)