File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' com.neenbedankt.android-apt'
3
3
4
4
android {
5
- compileSdkVersion 22
6
- buildToolsVersion " 23.0.0 "
5
+ compileSdkVersion 23
6
+ buildToolsVersion " 23.0.1 "
7
7
publishNonDefault true
8
8
9
9
defaultConfig {
10
10
applicationId " com.hitherejoe.androidboilerplate"
11
11
minSdkVersion 16
12
- targetSdkVersion 22
12
+ targetSdkVersion 23
13
13
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
14
14
versionCode 1
15
15
versionName " 1.0"
@@ -37,14 +37,14 @@ android {
37
37
}
38
38
39
39
dependencies {
40
- final SUPPORT_LIBRARY_VERSION = ' 22.2 .1'
40
+ final SUPPORT_LIBRARY_VERSION = ' 23.0 .1'
41
41
final DAGGER_VERSION = ' 2.0.1'
42
42
final HAMCREST_VERSION = ' 1.3'
43
43
final MOCKITO_VERSION = ' 1.10.19'
44
44
45
45
compile fileTree(dir : ' libs' , include : [' *.jar' ])
46
46
47
- compile ' com.android.support:support-v4:22.2.1 '
47
+ compile " com.android.support:support-v4:$S UPPORT_LIBRARY_VERSION "
48
48
compile " com.android.support:appcompat-v7:$SUPPORT_LIBRARY_VERSION "
49
49
compile " com.android.support:cardview-v7:$SUPPORT_LIBRARY_VERSION "
50
50
compile " com.android.support:design:$SUPPORT_LIBRARY_VERSION "
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ apply plugin: 'com.android.test'
2
2
apply plugin : ' com.neenbedankt.android-apt'
3
3
4
4
android {
5
- compileSdkVersion 22
6
- buildToolsVersion " 23.0.0 "
5
+ compileSdkVersion 23
6
+ buildToolsVersion " 23.0.1 "
7
7
8
8
defaultConfig {
9
9
testApplicationId ' com.hitherejoe.androidboilerplate.test'
10
10
// The Instrumentation test runner used to run tests.
11
11
testInstrumentationRunner ' android.support.test.runner.AndroidJUnitRunner'
12
12
minSdkVersion 16
13
- targetSdkVersion 22
13
+ targetSdkVersion 23
14
14
}
15
15
16
16
lintOptions {
@@ -21,14 +21,14 @@ android {
21
21
}
22
22
23
23
dependencies {
24
- final SUPPORT_LIBRARY_VERSION = ' 22.2 .1'
24
+ final SUPPORT_LIBRARY_VERSION = ' 23.0 .1'
25
25
final DAGGER_VERSION = ' 2.0.1'
26
26
final DEXMAKER_VERSION = ' 1.2'
27
27
final MOCKITO_VERSION = ' 1.10.19'
28
28
final ESPRESSO_VERSION = ' 2.2'
29
29
30
30
compile fileTree(dir : ' libs' , include : [' *.jar' ])
31
- compile ' com.android.support:appcompat-v7:22.2.1 '
31
+ compile " com.android.support:appcompat-v7:$S UPPORT_LIBRARY_VERSION "
32
32
33
33
compile " com.google.dagger:dagger:$DAGGER_VERSION "
34
34
apt " com.google.dagger:dagger-compiler:$DAGGER_VERSION "
You can’t perform that action at this time.
0 commit comments