Skip to content

Commit 19be820

Browse files
committed
fix(gradle): increase compile dependencies from 10.0.0 to 14.0.0
1 parent 05ebc0a commit 19be820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AndroidSDK/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ allprojects {
1313
dependencies {
1414
// Compile dependencies will be added as dependency in pom file.
1515
//noinspection GradleDynamicVersion
16-
compile 'com.android.support:support-v4:[10.0.0,26.+['
16+
compile 'com.android.support:support-v4:[14.0.0,26.+['
1717
//noinspection GradleDynamicVersion
18-
compile 'com.android.support:appcompat-v7:[10.0.0,26.+['
18+
compile 'com.android.support:appcompat-v7:[14.0.0,26.+['
1919

2020
// Provided dependencies are optional dependencies and will not show up in pom file.
2121
provided('com.google.android.gms:play-services-gcm:[8.3.0,)') {

0 commit comments

Comments
 (0)