File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.0 .0'
8+ classpath ' com.android.tools.build:gradle:2.1 .0'
99 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
1010 }
1111}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class DebugPortService extends Service {
2222 private static final String INTENT_EXTRA_PARAMS = "jwf.debugport.PARAMS" ;
2323 private static final String ACTION_STOP = "jwf.debugport.ACTION_STOP" ;
2424 private static final int STOP_REQUEST_CODE = 0 ;
25- private static final int NOTIFICATION_ID = 0 ;
25+ private static final int NOTIFICATION_ID = R . id . debugport_notification_id ;
2626 private int mPort ;
2727 private TelnetServer mServer ;
2828 private PowerManager .WakeLock mWakeLock ;
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <item name =" debugport_notification_id" type =" id" />
4+ </resources >
You can’t perform that action at this time.
0 commit comments