Skip to content

Commit 8402705

Browse files
authored
prep for 660 (#101)
* prep for 660 * fix lint
1 parent e8c4979 commit 8402705

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

keybot/keybot.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ func (k *keybot) Run(bot *slackbot.Bot, channel string, args []string) (string,
9696
path := goBin + ":" + javaBin + ":/sbin:/usr/sbin:/bin:/usr/local/bin:/usr/bin:/opt/homebrew/bin"
9797
env := launchd.NewEnv(home, path)
9898
androidHome := "/usr/local/opt/android-sdk"
99-
ndkVer65x := "23.1.7779620"
100-
// ndkVer66x := "26.1.10909125"
101-
ndkVer := ndkVer65x
99+
// ndkVer65x := "23.1.7779620"
100+
ndkVer66x := "26.1.10909125"
101+
ndkVer := ndkVer66x
102102
NDKPath := "/Users/build/Library/Android/sdk/ndk/" + ndkVer
103103

104104
switch cmd {

0 commit comments

Comments
 (0)