New version 63.1.0
This commit is contained in:
@ -9,8 +9,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 28
|
minSdkVersion 28
|
||||||
targetSdkVersion 35
|
targetSdkVersion 35
|
||||||
versionCode = 408
|
versionCode = 409
|
||||||
versionName = '63.0.0'
|
versionName = '63.1.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H -lstdc++'
|
cFlags '-DHAVE_INTTYPES_H -lstdc++'
|
||||||
@ -71,7 +71,7 @@ dependencies {
|
|||||||
implementation "androidx.preference:preference-ktx:1.2.1"
|
implementation "androidx.preference:preference-ktx:1.2.1"
|
||||||
implementation "androidx.exifinterface:exifinterface:1.3.7"
|
implementation "androidx.exifinterface:exifinterface:1.3.7"
|
||||||
implementation "androidx.core:core-ktx:1.15.0"
|
implementation "androidx.core:core-ktx:1.15.0"
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
|
||||||
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
|
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
|
||||||
implementation "androidx.activity:activity-ktx:1.9.3"
|
implementation "androidx.activity:activity-ktx:1.9.3"
|
||||||
implementation "androidx.fragment:fragment-ktx:1.8.5"
|
implementation "androidx.fragment:fragment-ktx:1.8.5"
|
||||||
|
|||||||
4
fastlane/metadata/android/en-US/changelogs/63.1.0.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/63.1.0.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
- Prevent soft keyboard from hiding input text field in some activities
|
||||||
|
- Fixed telephone-event payload type number
|
||||||
|
- Prevent crash when backup file is large
|
||||||
|
- New translations (German)
|
||||||
Reference in New Issue
Block a user