New version 46.0.0
This commit is contained in:
@ -8,8 +8,8 @@ android {
|
||||
applicationId = 'com.tutpro.baresip'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
versionCode = 217
|
||||
versionName = '45.1.2'
|
||||
versionCode = 218
|
||||
versionName = '46.0.0'
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cFlags '-DHAVE_INTTYPES_H'
|
||||
|
||||
5
fastlane/metadata/android/en-US/changelogs/46.0.0.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/46.0.0.txt
Normal file
@ -0,0 +1,5 @@
|
||||
- Added possibility to turn on/off account's registration via
|
||||
broadcast intents (see Wiki for details)
|
||||
- Upstream addition of DNS query caching
|
||||
- Upstream fix of ICE candidate priorities
|
||||
- Increased Android target API level to 32 (Android 12L)
|
||||
Reference in New Issue
Block a user