V4.1.0a - neural network model runs and prints pSeizure to logcat.

This commit is contained in:
Graham Jones
2022-09-20 11:55:34 +01:00
parent ec704029bd
commit 34eb763ccd
8 changed files with 108 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ allprojects {
}
google()
//maven { url 'https://jitpack.io' }
maven { url 'https://jitpack.io' } // for mpandroidchart
}
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"