mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-15 19:20:37 +01:00
Bump target api level to 23.
Also set compile sdk level to 27 and android support libs version to 23.4.0. Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
parent
2e9935e182
commit
f528ad8845
@ -1,7 +1,7 @@
|
||||
ext.versions = [
|
||||
minSdk : 14,
|
||||
targetSdk : 22,
|
||||
compileSdk : 22,
|
||||
targetSdk : 23,
|
||||
compileSdk : 27,
|
||||
gradle : '4.3.1',
|
||||
|
||||
buildTools : "25.0.3",
|
||||
@ -12,7 +12,7 @@ ext.versions = [
|
||||
jacoco : "0.7.9",
|
||||
jacocoAndroid : "0.1.2",
|
||||
|
||||
androidSupport : "22.2.1",
|
||||
androidSupport : "23.4.0",
|
||||
|
||||
kotlin : "1.1.60",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user