upgraded target sdk version to 26 due to google requirement

This commit is contained in:
Juha Heinanen
2018-06-30 20:23:48 +03:00
parent cd4959ce63
commit 1ab5b6fe5e

View File

@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdkVersion = 25
compileSdkVersion = 26
buildToolsVersion '27.0.3'
defaultConfig {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 25
versionCode = 1
targetSdkVersion 26
versionCode = 3
versionName = '1.0'
ndk {
abiFilters 'armeabi-v7a'