Fixed problem with Android 11 permissions preventing location based SMS text messages sending.

This commit is contained in:
Graham Jones
2022-03-04 16:46:41 +00:00
parent d6b397b6e2
commit 4017cfac79
11 changed files with 216 additions and 145 deletions

View File

@@ -36,6 +36,7 @@ dependencies {
implementation 'com.getpebble:pebblekit:3.1.0@aar'
// Unit testing dependencies
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'com.google.android.material:material:1.4.0'
testImplementation 'junit:junit:4.13.2'
// Set this dependency if you want to use Mockito
testImplementation 'org.mockito:mockito-core:4.3.1'