Skip to content
This repository was archived by the owner on Nov 6, 2022. It is now read-only.

Commit a47a2d2

Browse files
Update dependency androidx.appcompat:appcompat to v1.5.1
1 parent 219ae5d commit a47a2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/tcp_android_client/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android {
5656
}
5757

5858
dependencies {
59-
implementation "androidx.appcompat:appcompat:1.4.1"
59+
implementation "androidx.appcompat:appcompat:1.5.1"
6060
implementation "com.google.android.material:material:${materialVersion}"
6161
implementation "androidx.constraintlayout:constraintlayout:${constraintLayoutVersion}"
6262
implementation project(path: ':utilities:tcp_binary_echo_server')

0 commit comments

Comments
 (0)