- upgraded versions

- avoided android studio warning
This commit is contained in:
Juha Heinanen
2019-02-11 06:21:18 +02:00
parent 338c853083
commit 63305d24e6

View File

@ -7,8 +7,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 27
versionCode = 41
versionName = '5.3.0'
versionCode = 42
versionName = '5.3.1'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'
@ -18,6 +18,12 @@ android {
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
}
splits {
abi {
reset()
include 'armeabi-v7a', 'arm64-v8a'
}
}
buildTypes {
release {
minifyEnabled false