We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ebc0a commit 19be820Copy full SHA for 19be820
AndroidSDK/build.gradle
@@ -13,9 +13,9 @@ allprojects {
13
dependencies {
14
// Compile dependencies will be added as dependency in pom file.
15
//noinspection GradleDynamicVersion
16
- compile 'com.android.support:support-v4:[10.0.0,26.+['
+ compile 'com.android.support:support-v4:[14.0.0,26.+['
17
18
- compile 'com.android.support:appcompat-v7:[10.0.0,26.+['
+ compile 'com.android.support:appcompat-v7:[14.0.0,26.+['
19
20
// Provided dependencies are optional dependencies and will not show up in pom file.
21
provided('com.google.android.gms:play-services-gcm:[8.3.0,)') {
0 commit comments