New version 28.0.0

This commit is contained in:
Juha Heinanen
2021-02-06 14:24:09 +02:00
parent 459fddcc66
commit 7b2821d82a
2 changed files with 4 additions and 3 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 29
versionCode = 155
versionName = '27.0.1'
versionCode = 156
versionName = '28.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'
@ -48,7 +48,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"

View File

@ -0,0 +1 @@
- Added possibility to partially auto-configure new account from web page (see https://github.com/juha-h/baresip-studio/wiki/Automatic-Account-Configuration for details)