From 5448b6de7ba77a336d0e04bbb8aa9cee5907db3e Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 22 Mar 2020 12:22:38 +0200 Subject: [PATCH] - New version 17.2.1. --- app/build.gradle | 4 ++-- app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt | 2 +- fastlane/metadata/android/en-US/changelogs/17.2.1.txt | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/17.2.1.txt diff --git a/app/build.gradle b/app/build.gradle index 2c7c512b..5f70f98f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 112 - versionName = '17.2.0' + versionCode = 113 + versionName = '17.2.1' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt b/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt index e6833ba4..fbed51c4 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/AccountsActivity.kt @@ -126,7 +126,7 @@ class AccountsActivity : AppCompatActivity() { } Utils.putFileContents(BaresipService.filesPath + "/accounts", accounts.toByteArray()) Log.d("Baresip", "Saved $count account(s) to '${BaresipService.filesPath}/accounts'") - Log.d("Baresip", "Saved accounts '${accounts}' to '${BaresipService.filesPath}/accounts'") + // Log.d("Baresip", "Saved accounts '${accounts}' to '${BaresipService.filesPath}/accounts'") } fun noAccounts(): Boolean { diff --git a/fastlane/metadata/android/en-US/changelogs/17.2.1.txt b/fastlane/metadata/android/en-US/changelogs/17.2.1.txt new file mode 100644 index 00000000..7cdf87d9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.2.1.txt @@ -0,0 +1 @@ +- Fixed bug in storing of accounts to file system.