mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-22 05:05:08 +01:00
9f23778bf7
That allows display Material theme also in preferences.
19 lines
535 B
Groovy
19 lines
535 B
Groovy
ext.versions = [
|
|
minSdk : 14,
|
|
targetSdk : 22,
|
|
compileSdk : 22,
|
|
|
|
buildTools : "22.0.1",
|
|
androidTools : "2.2.3",
|
|
|
|
androidSupport : "22.2.1",
|
|
]
|
|
|
|
ext.gradlePlugins = [
|
|
androidTools : "com.android.tools.build:gradle:$versions.androidTools"
|
|
]
|
|
|
|
ext.androidSupport = [
|
|
support : "com.android.support:support-v4:$versions.androidSupport",
|
|
design : "com.android.support:design:$versions.androidSupport",
|
|
] |