Skip to content

Commit

Permalink
app bundle support and some maintanance (#50)
Browse files Browse the repository at this point in the history
* aab support

* refactor

* aab support

* dep update

* sample app clone fix

* git clone update

* fix

* removed go step dependency

* clear app path

* config fix

* support pipe separated app lists

* input deprecation fixes

* aab test

* step config print

* apk path provided via `app_path` input

* Go deps update

* PR fixes

* PR fix

* PR fix
  • Loading branch information
godrei committed May 22, 2019
1 parent 2bd7c4e commit 393a287
Show file tree
Hide file tree
Showing 2,793 changed files with 439,868 additions and 2,484,077 deletions.
225 changes: 197 additions & 28 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions Gopkg.toml
@@ -1,15 +1,23 @@
[[constraint]]
name = "github.com/bitrise-io/go-utils"
branch = "master"
name = "github.com/bitrise-io/go-steputils"

[[constraint]]
name = "github.com/stretchr/testify"
branch = "master"
name = "github.com/bitrise-io/go-utils"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.3.0"

[[constraint]]
name = "golang.org/x/oauth2"
branch = "master"
name = "golang.org/x/oauth2"

[[constraint]]
name = "google.golang.org/api"
branch = "master"
version = "0.5.0"

[prune]
go-tests = true
unused-packages = true

0 comments on commit 393a287

Please sign in to comment.