revert wear targetSdkVersion

... as we use old communication protocol.
This commit is contained in:
AdrianLxM 2018-04-18 20:59:40 +02:00 committed by GitHub
parent 75076b43e8
commit 9839ad0497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ android {
defaultConfig {
applicationId "info.nightscout.androidaps"
minSdkVersion 21
targetSdkVersion 25
targetSdkVersion 23
versionCode 1
versionName "1.0.2"
buildConfigField "String", "BUILDVERSION", generateGitBuild()