Skip to content

Commit

Permalink
convert to normal version
Browse files Browse the repository at this point in the history
  • Loading branch information
djj0809 committed Jul 4, 2013
1 parent 25e2315 commit b845371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/tk/djcrazy/MyCC98/LoginActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class LoginActivity extends BaseFragmentActivity implements
OnClickListener {
private static final String TAG = "MyCC98";

public static final boolean IS_PROXY_VERSION = true ;
public static final boolean IS_PROXY_VERSION = false ;

public static final String USERNAME = "USERNAME";
public static final String PASSWORD32 = "PASSWORD32";
Expand Down

0 comments on commit b845371

Please sign in to comment.