V4.1.0a - neural network model runs and prints pSeizure to logcat.
This commit is contained in:
@@ -32,13 +32,20 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
implementation files('libs/mpandroidchartlibrary-2-0-7.jar')
|
||||
//implementation files('libs/mpandroidchartlibrary-2-0-7.jar')
|
||||
//implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
|
||||
// V2.1.3 of MPAndroidChart is the most recent version that compiles without modifying
|
||||
// how we use ValueFormatter
|
||||
// FIXME: Update mainactivity so we can use the latest version.
|
||||
implementation 'com.github.PhilJay:MPAndroidChart:v2.1.3'
|
||||
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'
|
||||
implementation 'com.google.firebase:firebase-auth:19.2.0'
|
||||
implementation 'androidx.test:core:1.4.0'
|
||||
implementation 'com.google.android.gms:play-services-tflite-java:16.0.0'
|
||||
implementation 'com.google.android.gms:play-services-tflite-support:16.0.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
// Set this dependency if you want to use Mockito
|
||||
testImplementation 'org.mockito:mockito-core:4.3.1'
|
||||
@@ -59,6 +66,7 @@ dependencies {
|
||||
implementation 'com.google.firebase:firebase-analytics'
|
||||
implementation 'com.firebaseui:firebase-ui-auth:7.2.0'
|
||||
implementation 'com.google.firebase:firebase-firestore'
|
||||
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user