File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ dependencies {
32
32
testCompile ' junit:junit:4.12'
33
33
compile ' com.android.support:multidex:1.0.1'
34
34
compile ' com.jakewharton:butterknife:7.0.1'
35
- compile ' com.android.support:design:23.1.1 '
36
- compile ' com.android.support:appcompat-v7:23.1.1 '
37
- // TODO if you use a lower version than 8.4.0 you should uncomment the exclude line to avoid errors
35
+ compile ' com.android.support:design:23.2.0 '
36
+ compile ' com.android.support:appcompat-v7:23.2.0 '
37
+ // TODO if you use a lower version than 8.4.0 (min is 7.5.0) you should uncomment the exclude line to avoid errors
38
38
compile ' com.google.android.gms:play-services:8.4.0'
39
39
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
40
40
// compile 'io.reactivex:rxjava:1.0.13'
@@ -43,7 +43,7 @@ dependencies {
43
43
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
44
44
// exclude group: 'io.reactivex'
45
45
46
- exclude module : ' appcompat-v7 '
46
+ exclude group : ' com.android.support '
47
47
// TODO uncomment next line if you're facing compilation issue in build.gradle about gms different versions
48
48
// exclude group: 'com.google.android.gms'
49
49
}
Original file line number Diff line number Diff line change 1
- <resources >>
2
-
1
+ <resources >
3
2
<style name =" AppTheme.NoActionBar" >
4
3
<item name =" windowActionBar" >false</item >
5
4
<item name =" windowNoTitle" >true</item >
You can’t perform that action at this time.
0 commit comments