File tree Expand file tree Collapse file tree 1 file changed +17
-14
lines changed
Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change 11buildscript {
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
1011allprojects {
11- repositories {
12- jcenter()
13- }
12+ repositories {
13+ jcenter()
14+ }
1415}
1516
17+ apply plugin : ' com.github.ben-manes.versions'
18+
1619ext {
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
2427task clean (type : Delete ) {
25- delete rootProject. buildDir
28+ delete rootProject. buildDir
2629}
You can’t perform that action at this time.
0 commit comments