Fix storage permission

Part of the way there to fixing #117, however location and contacts still need to be fixed.
This commit is contained in:
Adam Jones 2016-06-08 00:30:13 +01:00
parent 5c353944ec
commit 7955cfe71b
4 changed files with 61 additions and 26 deletions

View file

@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.1.2'
}
}