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

This corrects the GradleDynamicVersion lint warning.

--HG--
extra : rebase_source : 622f43175e2489a5b1747009fb11a29ed09e786c
This commit is contained in:
Michael Comella 2015-06-08 09:15:10 -07:00
parent bf1bedc229
commit 9c04673e97
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'
}