- New version 8.3.2.
This commit is contained in:
@ -8,8 +8,8 @@ android {
|
||||
applicationId = 'com.tutpro.baresip'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode = 68
|
||||
versionName = '8.3.1'
|
||||
versionCode = 69
|
||||
versionName = '8.3.2'
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cFlags '-DHAVE_INTTYPES_H'
|
||||
|
||||
@ -21,7 +21,6 @@ import android.widget.*
|
||||
import android.view.*
|
||||
|
||||
import kotlin.collections.ArrayList
|
||||
import android.content.Intent
|
||||
|
||||
class MainActivity : AppCompatActivity() {
|
||||
|
||||
|
||||
5
fastlane/metadata/android/en-US/changelogs/8.3.2.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/8.3.2.txt
Normal file
@ -0,0 +1,5 @@
|
||||
- If account is accessed from AoR spinner, return directly to Main
|
||||
Activity.
|
||||
- Use HtmlCompat to convert About HTML to text (should work on all
|
||||
Android API levels).
|
||||
- Use Ringtone's looping capability on Android P+.
|
||||
Reference in New Issue
Block a user