Browse Source

Point at old adb import again

pull/10/head
Daniel Martí 10 years ago
parent
commit
a25fb82ba7
  1. 2
      cmd/fdroidcl/devices.go
  2. 3
      cmd/fdroidcl/install.go
  3. 3
      cmd/fdroidcl/search.go
  4. 3
      cmd/fdroidcl/upgrade.go
  5. 2
      index.go

2
cmd/fdroidcl/devices.go

@ -7,7 +7,7 @@ import (
"fmt"
"log"
"github.com/mvdan/adb"
"github.com/mvdan/fdroidcl/adb"
)
var cmdDevices = &Command{

3
cmd/fdroidcl/install.go

@ -7,9 +7,8 @@ import (
"fmt"
"log"
"github.com/mvdan/adb"
"github.com/mvdan/fdroidcl"
"github.com/mvdan/fdroidcl/adb"
)
var cmdInstall = &Command{

3
cmd/fdroidcl/search.go

@ -11,9 +11,8 @@ import (
"sort"
"strings"
"github.com/mvdan/adb"
"github.com/mvdan/fdroidcl"
"github.com/mvdan/fdroidcl/adb"
)
var cmdSearch = &Command{

3
cmd/fdroidcl/upgrade.go

@ -7,9 +7,8 @@ import (
"fmt"
"log"
"github.com/mvdan/adb"
"github.com/mvdan/fdroidcl"
"github.com/mvdan/fdroidcl/adb"
)
var cmdUpgrade = &Command{

2
index.go

@ -10,7 +10,7 @@ import (
"sort"
"strings"
"github.com/mvdan/adb"
"github.com/mvdan/fdroidcl/adb"
)
type Index struct {

Loading…
Cancel
Save