Fixing build

od
Laurent 6 years ago
parent ffb4c3aa08
commit 37eadeff8b
  1. 8
      app/build.gradle
  2. 2
      build.gradle

@ -21,6 +21,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
}
lintOptions {
disable 'MissingTranslation'
}
@ -94,7 +98,7 @@ dependencies {
// Android
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.core:core-ktx:1.2.0-alpha02'
implementation 'androidx.core:core-ktx:1.2.0-alpha03'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
@ -127,7 +131,7 @@ dependencies {
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
// CSV Parser: https://mvnrepository.com/artifact/org.apache.commons/commons-csv
implementation 'org.apache.commons:commons-csv:1.6'
implementation 'org.apache.commons:commons-csv:1.7'
// Instrumented Tests
androidTestImplementation 'androidx.test:core:1.2.0'

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.30'
ext.kotlin_version = '1.3.41'
repositories {
google()
jcenter()

Loading…
Cancel
Save