6 Commits

Author SHA1 Message Date
Jamil
71c3450f98 chore(android): bump gradlew to 8.14.3 (#10033)
This is needed to unblock #9916.

Related: https://github.com/firezone/firezone/pull/9916
2025-07-28 21:37:07 +00:00
Jamil
8d7408db7b chore(android): Bump gradlew to 8.11.1 (#8653)
Needed for com.android.application 8.9.x

Related: #8565
2025-04-04 06:04:12 +00:00
Jamil
7c02c34d73 chore(android): Bump gradle to 8.10.2 to be compatible with latest Android app package (#6994)
Will fix the CI failure in #6975
2024-10-09 23:36:42 +00:00
Jamil
2c493cd89e chore(deps): bump gradle to 8.8 (#5198)
Needed by #5184
2024-06-03 08:31:33 -07:00
Jamil
da66264c84 Use larger builders for CPU-bound workflows (#2256)
- `ubuntu-22.04-firezone` is a 16-core builder for ~~kotlin~~ and docker
- ~~`macos-13-xlarge` is an M1 builder for Apple and docker arm64~~
- Configure the Gradle build cache
- Upgrade kotlin plugins, Android minSDK to 30, and gradle to 8.4


Edit: It appears that even using the largest runners for kotin and swift
don't speed the builds up that much (~30%), but will substantially
increase our cost, so I've reverted them to free.

Fixes #2210
2023-10-07 08:07:24 -07:00
Pratik Velani
e23dbeab60 Add android client to the repo (#1738)
- Add android client to the repo

---------

Signed-off-by: Pratik Velani <pratikvelani@gmail.com>
Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
2023-07-07 04:54:51 -07:00