New version 45.1.2

This commit is contained in:
Juha Heinanen
2022-05-09 08:16:20 +03:00
parent 9e52522ffd
commit b39c062561
2 changed files with 4 additions and 3 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 31
versionCode = 216
versionName = '45.1.1'
versionCode = 217
versionName = '45.1.2'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'
@ -53,7 +53,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"

View File

@ -0,0 +1 @@
Ring and notification tone related fixes and improvements