Skip to content

Commit 239e50f

Browse files
committed
Dependencies updated
1 parent 78a0e92 commit 239e50f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath 'com.android.tools.build:gradle:4.0.1'
1010

11-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
11+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
1414
}

dfu/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
}
2020

2121
dependencies {
22-
implementation 'androidx.core:core:1.3.0-alpha02'
22+
implementation 'androidx.core:core:1.5.0-alpha01'
2323
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
2424
implementation 'androidx.annotation:annotation:1.1.0'
2525
implementation 'com.google.code.gson:gson:2.8.6'

0 commit comments

Comments
 (0)