We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cb1b3 commit 6582062Copy full SHA for 6582062
app/src/main/java/com/github/mobile/DefaultClient.java
@@ -29,7 +29,7 @@
29
*/
30
public class DefaultClient extends GitHubClient {
31
32
- private static final String USER_AGENT = "GitHubAndroid/1.4";
+ private static final String USER_AGENT = "GitHubAndroid/1.6";
33
34
static {
35
// Disable http.keepAlive on Froyo and below
0 commit comments