Skip to content

Commit 28a1bcd

Browse files
committed
Update of dependencies
1 parent 7507d08 commit 28a1bcd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.1.0'
6+
classpath 'com.android.tools.build:gradle:2.1.2'
77
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
8-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4'
8+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
99
}
1010
}
1111

@@ -21,7 +21,7 @@ ext {
2121
compileSdkVersion = 23
2222
buildToolsVersion = '23.0.3'
2323

24-
supportAppCompat = 'com.android.support:appcompat-v7:24.0.0'
24+
supportAppCompat = 'com.android.support:appcompat-v7:24.1.1'
2525
bottomNavigationBar = 'com.ashokvarma.android:bottom-navigation-bar:1.3.0'
2626
}
2727

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 commit comments

Comments
 (0)