Skip to content

Commit 6582062

Browse files
committed
Upgrade user agent version to 1.6
1 parent 96cb1b3 commit 6582062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/github/mobile/DefaultClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*/
3030
public class DefaultClient extends GitHubClient {
3131

32-
private static final String USER_AGENT = "GitHubAndroid/1.4";
32+
private static final String USER_AGENT = "GitHubAndroid/1.6";
3333

3434
static {
3535
// Disable http.keepAlive on Froyo and below

0 commit comments

Comments
 (0)