Starting on an Autenticate activity to obtain access token - the POST parameters are not working yet....

This commit is contained in:
Graham Jones
2021-12-12 06:21:19 +00:00
parent 276c9d7d1c
commit 0a405af092
8 changed files with 304 additions and 9 deletions

View File

@@ -32,6 +32,14 @@ dependencies {
implementation 'com.getpebble:pebblekit:3.1.0@aar'
// Unit testing dependencies
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
//implementation 'androidx.appcompat:appcompat:1.4.0'
//implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
//implementation 'androidx.appcompat:appcompat:1.2.0'
//implementation 'com.google.android.material:material:1.1.0'
//implementation 'androidx.annotation:annotation:1.1.0'
//implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
//implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
//implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
testImplementation 'junit:junit:4.12'
// Set this dependency if you want to use Mockito
testImplementation 'org.mockito:mockito-core:1.10.19'
@@ -47,6 +55,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-location:10.0.0'
//implementation 'com.github.RohitSurwase.UCE-Handler:uce_handler:1.3'
testImplementation 'org.robolectric:robolectric:4.3'
implementation 'com.android.volley:volley:1.2.1'
}