Update targetSdkVersion to 28

This commit is contained in:
Chumva 2019-11-05 13:35:39 +02:00
parent 49e73ad305
commit cba84d93fc

View file

@ -23,7 +23,7 @@ android {
defaultConfig {
applicationId "net.osmand.telegram"
minSdkVersion 15
targetSdkVersion 27
targetSdkVersion 28
versionCode 1
versionCode System.getenv("APK_NUMBER_VERSION") ? System.getenv("APK_NUMBER_VERSION").toInteger() : versionCode
versionName "1.0"