New version 67.0.3
This commit is contained in:
@@ -11,8 +11,8 @@ android {
|
|||||||
applicationId = "com.tutpro.baresip"
|
applicationId = "com.tutpro.baresip"
|
||||||
minSdk = 28
|
minSdk = 28
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 438
|
versionCode = 439
|
||||||
versionName = "67.0.2"
|
versionName = "67.0.3"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags += "-DHAVE_INTTYPES_H -lstdc++"
|
cFlags += "-DHAVE_INTTYPES_H -lstdc++"
|
||||||
|
|||||||
@@ -1,12 +1,9 @@
|
|||||||
package com.tutpro.baresip
|
package com.tutpro.baresip
|
||||||
|
|
||||||
import android.content.Context
|
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.URLDecoder
|
||||||
|
import java.net.URLEncoder
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
class Account(val accp: Long) {
|
class Account(val accp: Long) {
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
- Account and Settings screen fixes and improvements
|
||||||
Reference in New Issue
Block a user