- Created new release 6.3.0.
This commit is contained in:
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode = 51
|
versionCode = 52
|
||||||
versionName = '6.2.1'
|
versionName = '6.3.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@ -2,7 +2,7 @@ package com.tutpro.baresip
|
|||||||
|
|
||||||
import android.app.Activity
|
import android.app.Activity
|
||||||
import android.content.*
|
import android.content.*
|
||||||
import android.os.Bundle
|
import android.os.Bundle
|
||||||
import android.os.Environment
|
import android.os.Environment
|
||||||
import android.support.v7.app.AppCompatActivity
|
import android.support.v7.app.AppCompatActivity
|
||||||
import android.view.Menu
|
import android.view.Menu
|
||||||
|
|||||||
2
fastlane/metadata/android/en-US/changelogs/6.3.0.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/6.3.0.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
- Added Debug Config option to turn adb logcat debug on and off.
|
||||||
|
- Added possibility to export and import accounts to/from file in Download directory.
|
||||||
Reference in New Issue
Block a user