Skip to content

Commit 3830df1

Browse files
lszucsgodrei
authored andcommitted
Tool 958 common android cache implementation (#14)
* use centralized android cache package * dep update
1 parent 960fc80 commit 3830df1

File tree

20 files changed

+700
-288
lines changed

20 files changed

+700
-288
lines changed

Gopkg.lock

Lines changed: 28 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
branch = "master"
33
name = "github.com/bitrise-io/go-utils"
44

5+
[[constraint]]
6+
name = "github.com/bitrise-io/go-android"
7+
branch = "master"
8+
59
[[constraint]]
610
branch = "master"
7-
name = "github.com/bitrise-tools/go-steputils"
11+
name = "github.com/bitrise-io/go-steputils"
812

913
[prune]
1014
go-tests = true

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import (
77
"strings"
88
"time"
99

10+
"github.com/bitrise-io/go-android/cache"
11+
"github.com/bitrise-io/go-android/gradle"
12+
"github.com/bitrise-io/go-steputils/stepconf"
1013
"github.com/bitrise-io/go-utils/log"
1114
"github.com/bitrise-io/go-utils/pathutil"
1215
"github.com/bitrise-io/go-utils/sliceutil"
13-
"github.com/bitrise-steplib/bitrise-step-android-unit-test/cache"
14-
"github.com/bitrise-tools/go-android/gradle"
15-
"github.com/bitrise-tools/go-steputils/stepconf"
1616
shellquote "github.com/kballard/go-shellquote"
1717
)
1818

vendor/github.com/bitrise-steplib/bitrise-step-android-unit-test/cache/cache.go renamed to vendor/github.com/bitrise-io/go-android/cache/cache.go

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bitrise-tools/go-android/gradle/artifact.go renamed to vendor/github.com/bitrise-io/go-android/gradle/artifact.go

File renamed without changes.

vendor/github.com/bitrise-tools/go-android/gradle/common.go renamed to vendor/github.com/bitrise-io/go-android/gradle/common.go

File renamed without changes.

vendor/github.com/bitrise-tools/go-android/gradle/project.go renamed to vendor/github.com/bitrise-io/go-android/gradle/project.go

File renamed without changes.

vendor/github.com/bitrise-tools/go-android/gradle/task.go renamed to vendor/github.com/bitrise-io/go-android/gradle/task.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bitrise-tools/go-android/gradle/variant.go renamed to vendor/github.com/bitrise-io/go-android/gradle/variant.go

File renamed without changes.

vendor/github.com/bitrise-tools/go-steputils/cache/cache.go renamed to vendor/github.com/bitrise-io/go-steputils/cache/cache.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)