File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 55 components :
66 - platform-tools
77 - tools
8- - android-24
9- - build-tools-24 .0.0
8+ - android-23
9+ - build-tools-23 .0.3
1010 - extra-android-support
1111 - extra-android-m2repository
1212
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.2.0-alpha4 '
7- classpath ' com.github.ben-manes:gradle-versions-plugin:0.13.0'
8- }
2+ repositories {
3+ jcenter()
4+ }
5+ dependencies {
6+ classpath ' com.android.tools.build:gradle:2.1.0 '
7+ classpath ' com.github.ben-manes:gradle-versions-plugin:0.13.0'
8+ }
99}
1010
1111allprojects {
12- repositories {
13- jcenter()
14- }
12+ repositories {
13+ jcenter()
14+ }
1515}
1616
1717apply plugin : ' com.github.ben-manes.versions'
1818
1919ext {
20- compileSdkVersion = 24
21- buildToolsVersion = ' 24 .0.0 '
20+ compileSdkVersion = 23
21+ buildToolsVersion = ' 23 .0.3 '
2222
23- supportAppCompat = ' com.android.support:appcompat-v7:24.0.0'
24- bottomNavigationBar = ' com.ashokvarma.android:bottom-navigation-bar:1.3.0'
23+ supportAppCompat = ' com.android.support:appcompat-v7:24.0.0'
24+ bottomNavigationBar = ' com.ashokvarma.android:bottom-navigation-bar:1.3.0'
2525}
2626
2727task clean (type : Delete ) {
28- delete rootProject. buildDir
28+ delete rootProject. buildDir
2929}
You can’t perform that action at this time.
0 commit comments