Skip to content

Commit

Permalink
Update samsunginternet_android.json (#24255)
Browse files Browse the repository at this point in the history
it's really hard to find information on Samsung Internet, but version 26 is the current version according to http://www.samsungapps.com/appquery/appDetail.as?appId=com.sec.android.app.sbrowser

- Samsung Internet 26: taken the earliest apk version date from https://www.apkmirror.com/uploads/?appcategory=samsung-internet-for-android
- Samsung Internet 27: zloirock/core-js@3dec7dd
  • Loading branch information
mfranzke authored Sep 4, 2024
1 parent 3699ddd commit f1bc903
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion browsers/samsunginternet_android.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,20 @@
},
"25.0": {
"release_date": "2024-04-24",
"status": "current",
"status": "retired",
"engine": "Blink",
"engine_version": "121"
},
"26.0": {
"release_date": "2024-06-07",
"status": "current",
"engine": "Blink",
"engine_version": "122"
},
"27.0": {
"status": "beta",
"engine": "Blink",
"engine_version": "125"
}
}
}
Expand Down

0 comments on commit f1bc903

Please sign in to comment.