Skip to content

Commit

Permalink
Merge pull request #13 from hashcube/remove_nokia
Browse files Browse the repository at this point in the history
Remove support for nokia
  • Loading branch information
rampr authored Jun 29, 2017
2 parents bdae9be + 9be1b8e commit 66a3d94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions android/UtilsPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ public DeviceEvent(Context context) {
} catch (Exception e) {
logger.log("{utils-native} Exception on start:", e.getMessage());
}
if(this.store.equals("nokia")){
this.os = "Android4.1.2";
this.device = "NokiaX";
this.type = "nokia";
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utils",
"version": "3.4.7",
"version": "3.4.8",
"devkit": {
"clientPaths": {
"utils": "js"
Expand Down

0 comments on commit 66a3d94

Please sign in to comment.