@ -7,7 +7,7 @@ import (
"fmt"
"log"
"github.com/mvdan/adb"
"github.com/mvdan/fdroidcl/adb"
)
var cmdDevices = &Command{
@ -7,9 +7,8 @@ import (
"github.com/mvdan/fdroidcl"
var cmdInstall = &Command{
@ -11,9 +11,8 @@ import (
"sort"
"strings"
var cmdSearch = &Command{
var cmdUpgrade = &Command{
@ -10,7 +10,7 @@ import (
type Index struct {