V4.2.1a - added standard deviation threshold to ML Algorithm
This commit is contained in:
@@ -29,6 +29,9 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
namespace 'uk.org.openseizuredetector'
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -61,6 +64,8 @@ dependencies {
|
||||
implementation 'com.google.firebase:firebase-analytics'
|
||||
implementation 'com.firebaseui:firebase-ui-auth:7.2.0'
|
||||
implementation 'com.google.firebase:firebase-firestore'
|
||||
implementation 'androidx.navigation:navigation-fragment:2.5.2'
|
||||
implementation 'androidx.navigation:navigation-ui:2.5.2'
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation "androidx.test:core"
|
||||
|
||||
Reference in New Issue
Block a user