Ian VanSchooten
248e6b1605
Add env vars to sentry debug upload ( #196 )
2024-11-01 11:36:59 -04:00
Ian VanSchooten
1ecd008824
Upload debug symbols for Sentry ( #192 )
2024-10-29 09:14:49 -04:00
Ian VanSchooten
6d23a0ca35
Create and upload universal APK during release ( #190 )
2024-10-25 12:20:04 -04:00
Ian VanSchooten
1a968bffb4
Update GitHub actions ( #188 )
...
We had some old GitHub actions that were using old node versions. This updates them, removes some that have been archived/deprecated, and fixes caching of go dependencies.
2024-10-25 11:55:16 -04:00
Ian VanSchooten
1ea8438a5d
Add Sentry for error tracking ( #189 )
2024-10-25 08:53:07 -04:00
Ian VanSchooten
1d1a280a9c
Specify correct ndk version ( #172 )
2024-10-08 12:33:06 -04:00
Ian VanSchooten
13b75cdbb4
Update java to 17 ( #167 )
...
This updates the version of java used during release builds to 17, the minimum required by our version of AGP. https://developer.android.com/build/releases/gradle-plugin#compatibility
It also uses a java toolchain and resolver plugin to automatically download and use the desired version of java, which will hopefully simplify things for others to get spun up on mobile app dev. Reference https://stefma.medium.com/sourcecompatibility-targetcompatibility-and-jvm-toolchains-in-gradle-explained-d2c17c8cff7c for some explanation of toolchains and compatibility targets, and https://docs.gradle.org/current/userguide/toolchains.html#sec:provisioning for notes about automatic provisioning via toolchain.
2024-10-07 08:22:21 -04:00
Ian VanSchooten
64d45f66c7
Update Flutter, target android SDK 34 ( #160 )
...
This updates flutter to 3.24.1, the latest stable version, and also updates our flutter dependencies to latest.
It targets the latest android sdk, 34, which is required if we want to publish a new version to the Google Play store.
I also needed to make a few adjustments to handle deprecations. The biggest change is that I needed to wrap the main widget in MaterialApp to avoid problems with AdaptiveSwitch in iOS.
2024-09-20 14:19:23 -04:00
John Maguire
f576aa0c50
Update Nebula and dnapi ( #158 )
...
* Update Nebula and dnapi
* Update Go
2024-06-20 15:24:00 -04:00
John Maguire
3d7bad5649
Fix Github PAT appearing in Android and iOS app builds ( #151 )
...
Also adds a regression test.
2024-01-31 15:42:45 -05:00
Nate Brown
5ae4c20c70
Use go 1.20 ( #122 )
2023-05-12 12:42:58 -05:00
Nate Brown
469195cdf7
Upgrade to flutter 3.3.5 to fix a build/release issues ( #77 )
2022-10-26 11:31:18 -05:00
Nate Brown
562e715a9a
Strip the useless build number from the tag ( #73 )
2022-10-03 17:45:56 -05:00
Nate Brown
dabca6dd32
Globs 0 or more of any char, not 1 or more of the preceding char ( #72 )
2022-10-03 16:03:49 -05:00
Nate Brown
b29661abff
Automated build and release ( #71 )
2022-10-03 15:30:39 -05:00