File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ dependencies {
35
35
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
36
36
exclude group : ' com.android.support' , module : ' support-annotations'
37
37
})
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 '
40
40
compile ' com.android.support.constraint:constraint-layout:1.0.0-alpha7'
41
41
compile ' com.android.support.constraint:constraint-layout-solver:1.0.0-alpha7'
42
42
compile " io.reactivex:rxjava:1.1.10"
Original file line number Diff line number Diff line change 1
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
2
-
3
1
buildscript {
4
2
repositories {
5
3
jcenter()
6
4
}
7
5
dependencies {
8
6
classpath ' com.android.tools.build:gradle:2.2.1'
9
7
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
12
8
}
13
9
}
14
10
You can’t perform that action at this time.
0 commit comments