29 Commits
Author SHA1 Message Date
Dave Olsthoorn 1685c3d866 workflow: code analysis 2021-07-17 19:13:18 +02:00
Dave Olsthoorn 62d9713f6c workflow: add distribution to setup-java 2021-07-17 19:10:26 +02:00
Dave Olsthoorn e2a3af499e package.json: bump to version 2021-07-17 19:06:08 +02:00
Dave Olsthoorn c83cf2fad5 tsconfig: set moduleResolution 2021-07-17 18:55:57 +02:00
Dave Olsthoorn 7528b5330e build: update build 2021-07-17 18:06:29 +02:00
Dave Olsthoorn c1a2a96971 package-lock: run npm update 2021-07-17 18:04:48 +02:00
Dave Olsthoorn a812d70a1a build: update build with new dependencies 2021-05-25 11:56:10 +02:00
Dave Olsthoorn 9bd8ed6b1f dependencies: update them all 2021-05-25 11:54:58 +02:00
Dave Olsthoorn e3e9dc9b68 update dependencies 2021-02-20 22:53:11 +01:00
Dave Olsthoorn 0e84f1d6a4 update dependencies 2020-12-31 20:04:54 +01:00
Dave Olsthoorn 9e5b3ce36b Merge branch 'main' of github.com:android-actions/setup-android into main 2020-12-21 09:19:32 +01:00
Dave Olsthoorn 8c6fc62420 Bump @types/node from 14.14.6 to 14.14.14
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 09:16:27 +01:00
Dave Olsthoorn 72fdd2e74f Update build after dependabot updates 2020-11-06 17:10:32 +01:00
Dave Olsthoorn 331008df41 Fix test for download, only test if licenseDir exists 2020-08-26 18:51:04 +02:00
Dave Olsthoorn 24b7e80ade Changeup: consilidate code, drop cache, change download
This changes up way too much:
- Moving most (all) of the code to main.ts instead of the numerous
  files
- Dropping the caching functionality, since it should be optional
- now we will only download the android sdk tools if they are not
  already present, including if ANDROID_SDK_ROOT is already set
2020-08-26 17:51:32 +02:00
Dave Olsthoorn 57977119c1 Move all matchers to a single file 2020-08-26 17:43:31 +02:00
Dave Olsthoorn 2112bb34ef Update build 2020-08-17 20:09:00 +02:00
Dave Olsthoorn 62ea653263 Update README.md 2020-08-17 19:44:06 +02:00
Dave Olsthoorn f7a7114037 Create LICENSE 2020-08-11 20:48:49 +02:00
Dave Olsthoorn 87ec6df705 Update build 2020-08-11 20:31:45 +02:00
Dave Olsthoorn 01efde8e60 fix linting 2020-08-11 19:59:48 +02:00
Dave Olsthoorn db3b072a6b Update workflows 2020-08-11 19:44:45 +02:00
Dave Olsthoorn 469d66c201 Run prettier, to pass format-check 2020-08-11 19:25:29 +02:00
Dave Olsthoorn e79d88bfc6 Switch default branch to main 2020-08-11 18:01:48 +02:00
Dave Olsthoorn 5c7f7b1c49 Cleanup action.yml 2020-08-11 17:40:16 +02:00
Dave Olsthoorn 3f4aef7b8e Add dependabot configuration 2020-08-11 17:33:56 +02:00
Dave Olsthoorn 023a8c2e99 yet another test 2020-07-25 19:32:47 +02:00
Dave Olsthoorn ac6035b2b4 it helps if we don't try to rewrite the same dir 2020-07-25 19:30:09 +02:00
Dave Olsthoorn e982e60a79 uses path fix for run-test 2020-07-25 19:26:54 +02:00