Skip to content

Commit 8e8dee6

Browse files
committed
Update of dependencies
1 parent aafa64d commit 8e8dee6

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

build.gradle

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
buildscript {
2-
repositories {
3-
jcenter()
4-
}
5-
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.1.0'
7-
}
2+
repositories {
3+
jcenter()
4+
}
5+
dependencies {
6+
classpath 'com.android.tools.build:gradle:2.2.0-alpha4'
7+
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
8+
}
89
}
910

1011
allprojects {
11-
repositories {
12-
jcenter()
13-
}
12+
repositories {
13+
jcenter()
14+
}
1415
}
1516

17+
apply plugin: 'com.github.ben-manes.versions'
18+
1619
ext {
17-
compileSdkVersion = 23
18-
buildToolsVersion = '23.0.3'
20+
compileSdkVersion = 24
21+
buildToolsVersion = '24.0.0'
1922

20-
supportAppCompat = 'com.android.support:appcompat-v7:23.4.0'
21-
bottomNavigationBar = 'com.ashokvarma.android:bottom-navigation-bar:1.2.1'
23+
supportAppCompat = 'com.android.support:appcompat-v7:24.0.0'
24+
bottomNavigationBar = 'com.ashokvarma.android:bottom-navigation-bar:1.3.0'
2225
}
2326

2427
task clean(type: Delete) {
25-
delete rootProject.buildDir
28+
delete rootProject.buildDir
2629
}

0 commit comments

Comments
 (0)