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.