Skip to content

Commit 806f3ca

Browse files
committed
Update build.gradle
1 parent 2877768 commit 806f3ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ble/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ android {
5757

5858
dependencies {
5959
//noinspection GradleDependency
60-
api 'androidx.annotation:annotation:1.1.0'
61-
implementation 'androidx.appcompat:appcompat:1.2.0'
60+
api 'androidx.annotation:annotation:1.5.0'
61+
implementation 'androidx.appcompat:appcompat:1.5.1'
6262

63-
testImplementation 'junit:junit:4.13.1'
64-
androidTestImplementation 'androidx.test:runner:1.3.0'
65-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
63+
testImplementation 'junit:junit:4.13.2'
64+
androidTestImplementation 'androidx.test:runner:1.4.0'
65+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
6666
}
6767

6868
/*

0 commit comments

Comments
 (0)