Revert compileSdkVersion as well
This commit is contained in:
parent
c3bec7e7a6
commit
b7840fb5b5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ tasks.matching {it instanceof Test}.all {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 26
|
compileSdkVersion 25
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "info.nightscout.androidaps"
|
applicationId "info.nightscout.androidaps"
|
||||||
|
|
Loading…
Reference in a new issue