diff --git a/app/build.gradle b/app/build.gradle index 6bd723d2..f3dc7848 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/fastlane/metadata/android/en-US/changelogs/28.0.0.txt b/fastlane/metadata/android/en-US/changelogs/28.0.0.txt new file mode 100644 index 00000000..082021b7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/28.0.0.txt @@ -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)