Added code to stop watch app before starting it to try to improve reliability of app start.

This commit is contained in:
Graham Jones
2016-07-19 22:25:06 +01:00
parent 51c277f691
commit d44ec7c489
4 changed files with 17 additions and 7 deletions

View File

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