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'
|
namespace 'info.nightscout.shared.impl'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23 // for wear
|
minSdkVersion 25 // for wear
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ android {
|
||||||
|
|
||||||
namespace 'info.nightscout.shared'
|
namespace 'info.nightscout.shared'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23 // for wear
|
minSdkVersion 25 // for wear
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -43,10 +43,10 @@ def generateGitBuild = { ->
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 33
|
compileSdk 33
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23
|
minSdkVersion 25
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 2
|
versionCode 2
|
||||||
versionName "1.0.3"
|
versionName "1.0.3"
|
||||||
|
|
Loading…
Reference in a new issue