Commit Graph

7 Commits

Author SHA1 Message Date
Salvatore Testa
38d9610c6b
Update the Android development enviornment setup
1. Update `ANDROID_SDK_ROOT` to `ANDROID_HOME`. The former variable is
   deprecated. (see https://developer.android.com/tools/variables#envar)
2. Remove `ANDROID_NDK_HOME` environment variable. This should allow the
   build script to work out of the box for more folks.
3. Check that Java is on the `PATH` as opposed to just installing it.
   `asdf` and other runtime management tools are pretty popular, and all
   we care about is that the Java version is accessible.
4. Remove calls to `sudo`. Check to see if CocoaPods exists, if it
   doesn't install it using Homebrew which doesn't require `sudo`.
2023-11-19 17:31:23 -08:00
Christien Rioux
70a0346cc3 fix some more network issues 2023-07-13 18:52:03 -04:00
John Smith
075bd99075 more fixes for flutter 2022-08-23 11:48:22 -04:00
John Smith
cd09203737 fix android 2022-03-12 15:27:15 -05:00
John Smith
a17c8bad64 macos work 2022-01-29 23:23:50 -05:00
John Smith
3262468a92 macos work 2022-01-29 21:25:21 -05:00
John Smith
e39835d51f move some stuff around, adopt 'just', keep pubspec from accidentally publishing 2022-01-17 13:44:38 -05:00