Fixed problem with Android 8 permissions. Needed to implement a new unhandled Exception Handler because mine kept giving Permission Denied errors.

This commit is contained in:
Graham Jones
2019-01-26 23:53:27 +00:00
parent 76df111876
commit b217259ca5
13 changed files with 770 additions and 28 deletions

View File

@@ -19,6 +19,7 @@ allprojects {
url 'https://maven.google.com/'
name 'Google'
}
//maven { url 'https://jitpack.io' }
}
}