File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ tasks.whenTaskAdded { task ->
111
111
}
112
112
113
113
dependencies {
114
- compileOnly ' androidx.annotation:annotation:1.5.0 '
114
+ compileOnly ' androidx.annotation:annotation:1.7.1 '
115
115
implementation ' com.neovisionaries:nv-websocket-client:2.14' // TODO: use plugin projects to select WS implementation
116
116
api project(path : ' :common' )
117
117
}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ tasks.whenTaskAdded { task ->
111
111
}
112
112
113
113
dependencies {
114
- compileOnly ' androidx.annotation:annotation:1.5.0 '
114
+ compileOnly ' androidx.annotation:annotation:1.7.1 '
115
115
116
116
testImplementation ' junit:junit:4.13.2'
117
117
testImplementation ' androidx.test:core:1.5.0'
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ dependencies {
117
117
testImplementation ' org.robolectric:robolectric:4.11.1'
118
118
testImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'
119
119
120
- compileOnly ' androidx.annotation:annotation:1.5.0 '
120
+ compileOnly ' androidx.annotation:annotation:1.7.1 '
121
121
implementation ' org.java-websocket:Java-WebSocket:1.5.5'
122
122
implementation ' org.slf4j:slf4j-android:1.7.36' // SLF4J logging facility for Java-WebSocket
123
123
api project(path : ' :common' )
You can’t perform that action at this time.
0 commit comments