diff --git a/app/build.gradle b/app/build.gradle index bf41d4b8..2c7c512b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 111 - versionName = '17.1.0' + versionCode = 112 + versionName = '17.2.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/17.2.0.txt b/fastlane/metadata/android/en-US/changelogs/17.2.0.txt new file mode 100644 index 00000000..ba494cf3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.2.0.txt @@ -0,0 +1,5 @@ +- Ask authentication password at baresip start if authentication + username is given in account configuration, but password is not. +- Initialize account's status dot to yellow, when Register is checked at + Account activity. +- Minor string improvements.