New version 67.0.3

This commit is contained in:
Juha Heinanen
2025-06-12 13:29:29 +03:00
parent d0569f7b17
commit c5819fc471
3 changed files with 5 additions and 7 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 35
versionCode = 438
versionName = "67.0.2"
versionCode = 439
versionName = "67.0.3"
externalNativeBuild {
cmake {
cFlags += "-DHAVE_INTTYPES_H -lstdc++"

View File

@ -1,12 +1,9 @@
package com.tutpro.baresip
import android.content.Context
import androidx.compose.runtime.MutableState
import androidx.compose.runtime.mutableStateOf
import java.util.*
import kotlin.collections.ArrayList
import java.net.URLEncoder
import java.net.URLDecoder
import java.net.URLEncoder
import java.util.Locale
class Account(val accp: Long) {

View File

@ -0,0 +1 @@
- Account and Settings screen fixes and improvements