Set minSdkVersion to 19 as try-with-resources requires that

This commit is contained in:
Niklas Guertler 2020-05-24 18:27:05 +02:00
parent dbdfd36f88
commit 25ebc65180

View file

@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
applicationId "btools.routingapp" applicationId "btools.routingapp"
minSdkVersion 14 minSdkVersion 19
targetSdkVersion 29 targetSdkVersion 29
versionCode 41 versionCode 41
versionName "1.6.1" versionName "1.6.1"