mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-22 05:05:08 +01:00
91fc11d771
Can't bump to 25 because several classes uses removed api. Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
18 lines
453 B
Groovy
18 lines
453 B
Groovy
ext.versions = [
|
|
minSdk : 14,
|
|
targetSdk : 22,
|
|
compileSdk : 22,
|
|
|
|
buildTools : "23.0.3",
|
|
androidTools : "2.2.0",
|
|
|
|
androidSupport : "18.0.0",
|
|
]
|
|
|
|
ext.gradlePlugins = [
|
|
androidTools : "com.android.tools.build:gradle:$versions.androidTools"
|
|
]
|
|
|
|
ext.androidSupport = [
|
|
support : "com.android.support:support-v4:$versions.androidSupport"
|
|
] |