Set minSdkVersion to 19 as try-with-resources requires that
This commit is contained in:
parent
dbdfd36f88
commit
25ebc65180
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue