Skip to content

Commit a525668

Browse files
committed
fix(oauth): update Android OS version range to 10..=16
1 parent 554f8e8 commit a525668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oauth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ impl Device {
428428

429429
// Generate random user-agent
430430
let android_app_version = choose(ANDROID_APP_VERSION_LIST).to_string();
431-
let android_version = fastrand::u8(9..=14);
431+
let android_version = fastrand::u8(10..=16);
432432

433433
let android_user_agent = format!("Reddit/{android_app_version}/Android {android_version}");
434434

0 commit comments

Comments
 (0)