From b9b6726d62cbcf7d1e070e5220ecff52da890c51 Mon Sep 17 00:00:00 2001 From: themester Date: Sat, 2 Jun 2018 23:43:31 +0200 Subject: [PATCH] Fixed https://github.com/ahmdrz/goinsta/issues/120 --- const.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/const.go b/const.go index 2814331d..98386d23 100644 --- a/const.go +++ b/const.go @@ -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", } )