Modified sdServer to use a single ToneGenerator instance rather than create a new one for each beep.

This commit is contained in:
Graham Jones
2016-04-08 21:51:12 +01:00
parent 5beefb5a6b
commit 11d9d1c85c
5 changed files with 12 additions and 8 deletions

View File

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