Loading app/build.gradle +6 −6 Original line number Diff line number Diff line Loading @@ -32,12 +32,12 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:25.3.1' implementation 'com.android.support:design:25.3.1' implementation 'com.android.support:cardview-v7:25.3.1' implementation 'com.android.support:support-v4:25.3.1' implementation 'com.android.support:appcompat-v7:25.4.0' implementation 'com.android.support:design:25.4.0' implementation 'com.android.support:cardview-v7:25.4.0' implementation 'com.android.support:support-v4:25.4.0' testImplementation 'junit:junit:4.12' implementation 'com.google.code.gson:gson:2.6.2' implementation 'com.google.code.gson:gson:2.8.2' implementation 'com.github.PhilJay:MPAndroidChart:v3.0.0-beta1' implementation 'com.android.support.constraint:constraint-layout:1.0.2' implementation 'com.android.support.constraint:constraint-layout:1.1.3' } build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ buildscript { repositories { jcenter() google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.0' Loading @@ -15,8 +15,8 @@ buildscript { allprojects { repositories { jcenter() google() jcenter() maven { url "https://jitpack.io" } } } Loading Loading
app/build.gradle +6 −6 Original line number Diff line number Diff line Loading @@ -32,12 +32,12 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:25.3.1' implementation 'com.android.support:design:25.3.1' implementation 'com.android.support:cardview-v7:25.3.1' implementation 'com.android.support:support-v4:25.3.1' implementation 'com.android.support:appcompat-v7:25.4.0' implementation 'com.android.support:design:25.4.0' implementation 'com.android.support:cardview-v7:25.4.0' implementation 'com.android.support:support-v4:25.4.0' testImplementation 'junit:junit:4.12' implementation 'com.google.code.gson:gson:2.6.2' implementation 'com.google.code.gson:gson:2.8.2' implementation 'com.github.PhilJay:MPAndroidChart:v3.0.0-beta1' implementation 'com.android.support.constraint:constraint-layout:1.0.2' implementation 'com.android.support.constraint:constraint-layout:1.1.3' }
build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ buildscript { repositories { jcenter() google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.0' Loading @@ -15,8 +15,8 @@ buildscript { allprojects { repositories { jcenter() google() jcenter() maven { url "https://jitpack.io" } } } Loading