We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81abb95 commit 865060aCopy full SHA for 865060a
app/build.gradle
@@ -63,7 +63,7 @@ dependencies {
63
implementation "com.github.felHR85:UsbSerial:$rootProject.usbSerialLibraryVersion"
64
implementation "com.github.AppIntro:AppIntro:$rootProject.appIntroLibraryVersion"
65
implementation "org.jfree:jfreechart:$rootProject.jfreechartLibraryVersion"
66
- implementation 'com.google.android.play:core:1.6.3'
+ implementation 'com.google.android.play:core:1.6.4'
67
implementation "com.opencsv:opencsv:$rootProject.opencsvLibraryVersion", {
68
exclude group: "commons-logging", module: "commons-logging"
69
}
0 commit comments