Starting to add an activity to query the database

This commit is contained in:
Graham Jones
2019-11-12 11:15:42 +00:00
parent 14fce1b6e1
commit f40c363808
4 changed files with 42 additions and 25 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 28
useLibrary 'org.apache.http.legacy'
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "uk.org.openseizuredetector"
@@ -31,6 +31,7 @@ dependencies {
implementation files('libs/mpandroidchartlibrary-2-0-7.jar')
implementation 'com.getpebble:pebblekit:3.1.0@aar'
// Unit testing dependencies
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
// Set this dependency if you want to use Mockito
testImplementation 'org.mockito:mockito-core:1.10.19'
@@ -52,4 +53,4 @@ dependencies {
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/groups/public/" }
}
}