Skip to content

Commit 43c6241

Browse files
committed
Updates
1 parent 0d87770 commit 43c6241

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

codec2talkie/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.radio.codec2talkie"
1515
minSdkVersion 23
1616
targetSdkVersion 31
17-
versionCode 179
18-
versionName "1.79"
17+
versionCode 180
18+
versionName "1.80"
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
}
@@ -41,8 +41,8 @@ dependencies {
4141
implementation project(":libopus-android")
4242

4343
implementation 'androidx.preference:preference:1.2.1'
44-
implementation 'androidx.appcompat:appcompat:1.4.0'
45-
implementation 'com.google.android.material:material:1.6.0'
44+
implementation 'androidx.appcompat:appcompat:1.4.2'
45+
implementation 'com.google.android.material:material:1.6.1'
4646
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4747
implementation 'com.github.mik3y:usb-serial-for-android:3.4.3'
4848
implementation 'androidx.legacy:legacy-support-v4:1.0.0'

0 commit comments

Comments
 (0)