min wear api 23 -> 25 (android 7.1)
This commit is contained in:
parent
d2711135db
commit
92bb64ef1a
|
@ -13,7 +13,7 @@ android {
|
|||
|
||||
namespace 'info.nightscout.shared.impl'
|
||||
defaultConfig {
|
||||
minSdkVersion 23 // for wear
|
||||
minSdkVersion 25 // for wear
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ android {
|
|||
|
||||
namespace 'info.nightscout.shared'
|
||||
defaultConfig {
|
||||
minSdkVersion 23 // for wear
|
||||
minSdkVersion 25 // for wear
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -43,10 +43,10 @@ def generateGitBuild = { ->
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
compileSdk 33
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
minSdkVersion 25
|
||||
targetSdkVersion 29
|
||||
versionCode 2
|
||||
versionName "1.0.3"
|
||||
|
|
Loading…
Reference in a new issue