New release 78.1.2
This commit is contained in:
@ -12,8 +12,8 @@ configure<ApplicationExtension> {
|
||||
defaultConfig {
|
||||
applicationId = "com.tutpro.baresip"
|
||||
minSdk = 28
|
||||
versionCode = 492
|
||||
versionName = "78.1.1"
|
||||
versionCode = 493
|
||||
versionName = "78.1.2"
|
||||
@Suppress("UnstableApiUsage")
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
|
||||
3
app/src/main/res/xml/keep.xml
Normal file
3
app/src/main/res/xml/keep.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:keep="@raw/ringback_*,@raw/busy_*,@raw/callwaiting_*" />
|
||||
4
fastlane/metadata/android/en-US/changelogs/493.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/493.txt
Normal file
@ -0,0 +1,4 @@
|
||||
- Prevent Google from removing ringback, busy and call waiting tones
|
||||
- Ensure that ringback and busy tone are played in communication mode
|
||||
- Improved network and DNS server update management
|
||||
- New translations (Spanish)
|
||||
Reference in New Issue
Block a user