Add notification icon for listening and disconnected events
TODO: Change icon color/details for connected vs. disconnected status
This commit is contained in:
@@ -8,7 +8,6 @@ findbugs {
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.2"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "protect.babymonitor"
|
||||
@@ -22,6 +21,10 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "com.android.support:support-compat:25.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
task findbugs(type: FindBugs, dependsOn: 'assembleDebug') {
|
||||
|
||||
Reference in New Issue
Block a user