1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-09-02 21:02:48 +02:00

Libra like Trendline (#625)

implemented the Hacker's Diet Libra like trendline based on an exponentially smoothed moving average calculation, see issue #436
This commit is contained in:
OliE
2020-09-13 15:16:49 +02:00
committed by GitHub
parent 869b8d3877
commit ef45f393ac
39 changed files with 431 additions and 661 deletions

View File

@@ -120,12 +120,17 @@ android {
}
}
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.9'
implementation 'com.google.android.material:material:1.3.0-alpha02'
implementation 'com.google.android.material:material:1.3.0-alpha02'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.2.0'