Added the LOCATION_STATUS using IntDef.

This commit is contained in:
Dan Galpin
2015-05-24 14:14:13 -07:00
parent da6401db81
commit a8ff5df119
3 changed files with 16 additions and 0 deletions

View File

@@ -22,4 +22,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.2'
compile 'com.android.support:support-annotations:22.0.0'
}