Merge pull request #7860 from osmandapp/tracker_fixes
Update tracker targetSdkVersion
This commit is contained in:
commit
4437ee2e95
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue