Skip to content

Commit af3467b

Browse files
authored
Updated support libraries
Updated support libraries to latest version 28.0.0 #32
2 parents 3ec5234 + 2f49054 commit af3467b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@ android {
7373
}
7474

7575
dependencies {
76-
implementation 'com.android.support:support-v4:26.1.0'
76+
implementation 'com.android.support:support-v4:28.0.0'
7777
testImplementation 'junit:junit:4.12'
7878
implementation fileTree(include: ['*.jar'], dir: 'libs')
79-
implementation 'com.android.support:appcompat-v7:26.1.0'
79+
implementation 'com.android.support:appcompat-v7:28.0.0'
8080
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
8181
androidTestImplementation 'com.android.support.test:runner:1.0.1'
8282
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
83-
implementation 'com.android.support:design:26.1.0'
83+
implementation 'com.android.support:design:28.0.0'
8484
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
8585
compile 'com.google.android.gms:play-services-vision:11+'
8686
compile 'com.shuhart.stepview:stepview:1.2.0'
8787
//compile 'org.nd4j:nd4j-native:0.9.1'
8888
//compile 'org.nd4j:nd4j-native:0.9.1:android-x86'
8989
implementation project(':openCVLibrary341')
90-
implementation 'com.android.support:cardview-v7:26.1.0'
90+
implementation 'com.android.support:cardview-v7:28.0.0'
9191
}

0 commit comments

Comments
 (0)