Bug 1172201 - Set Android support library to 22.2.0 in config. r=me

This corrects the GradleDynamicVersion lint warning.
This commit is contained in:
Michael Comella 2015-06-08 09:15:10 -07:00
parent afbef86a05
commit ae2e73d771
3 changed files with 5 additions and 5 deletions

View File

@ -47,11 +47,11 @@ android {
}
dependencies {
compile 'com.android.support:support-v4:22.+'
compile 'com.android.support:support-v4:22.2.0'
if (mozconfig.substs.MOZ_NATIVE_DEVICES) {
compile 'com.android.support:appcompat-v7:22.+'
compile 'com.android.support:mediarouter-v7:22.+'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:mediarouter-v7:22.2.0'
compile 'com.google.android.gms:play-services-base:6.5.+'
compile 'com.google.android.gms:play-services-cast:6.5.+'
}

View File

@ -29,5 +29,5 @@ android {
}
dependencies {
compile 'com.android.support:support-v4:22.+'
compile 'com.android.support:support-v4:22.2.0'
}

View File

@ -28,5 +28,5 @@ android {
}
dependencies {
compile 'com.android.support:support-v4:22.+'
compile 'com.android.support:support-v4:22.2.0'
}