Added alarm latch timer to release latch after a specified period even if Accept Alarm button is not pressed.

This commit is contained in:
Graham Jones
2017-05-07 19:56:24 +01:00
parent 00c335f70b
commit b0b61b9fd2
6 changed files with 112 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.1'
}
}
allprojects {