mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-25 09:30:51 +02:00
Bump minSdkVersion to 19 to support ACTION_CREATE_DOCUMENT
This commit is contained in:
@@ -6,7 +6,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.health.openscale"
|
applicationId "com.health.openscale"
|
||||||
testApplicationId "com.health.openscale.test"
|
testApplicationId "com.health.openscale.test"
|
||||||
minSdkVersion 18
|
minSdkVersion 19
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 23
|
versionCode 23
|
||||||
versionName "1.7"
|
versionName "1.7"
|
||||||
|
Reference in New Issue
Block a user