Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Fixed #120
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrr committed Jun 2, 2018
1 parent 7d31228 commit b9b6726
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions const.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const (

var (
goInstaDeviceSettings = map[string]interface{}{
"manufacturer": "Xiaomi",
"model": "HM 1SW",
"android_version": 18,
"android_release": "4.3",
"manufacturer": "OnePlus",
"model": "A3010",
"android_version": 24,
"android_release": "7.0",
}
)

Expand Down

0 comments on commit b9b6726

Please sign in to comment.