Skip to content

Commit fc830b0

Browse files
committed
Clean build.gradle files
* clean main build.gradle * update appcompat-v7 and design support libraries to the 24.2.1 version
1 parent 09fea02 commit fc830b0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ dependencies {
3535
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
3636
exclude group: 'com.android.support', module: 'support-annotations'
3737
})
38-
compile 'com.android.support:appcompat-v7:24.2.0'
39-
compile 'com.android.support:design:24.2.0'
38+
compile 'com.android.support:appcompat-v7:24.2.1'
39+
compile 'com.android.support:design:24.2.1'
4040
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha7'
4141
compile 'com.android.support.constraint:constraint-layout-solver:1.0.0-alpha7'
4242
compile "io.reactivex:rxjava:1.1.10"

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31
buildscript {
42
repositories {
53
jcenter()
64
}
75
dependencies {
86
classpath 'com.android.tools.build:gradle:2.2.1'
97
classpath 'me.tatarka:gradle-retrolambda:3.3.0-beta4'
10-
// NOTE: Do not place your application dependencies here; they belong
11-
// in the individual module build.gradle files
128
}
139
}
1410

0 commit comments

Comments
 (0)