Skip to content

Commit 760ab00

Browse files
author
Daniel Novak
committed
Update buildTools and support library
1 parent 137a699 commit 760ab00

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven'
33

44
android {
5-
compileSdkVersion 22
6-
buildToolsVersion '22.0.1'
5+
compileSdkVersion 23
6+
buildToolsVersion '23.0.2'
77

88
defaultConfig {
99
minSdkVersion 15
10-
targetSdkVersion 22
10+
targetSdkVersion 23
1111
versionCode 1
1212
versionName VERSION_NAME
1313
}
@@ -24,7 +24,7 @@ android {
2424
}
2525

2626
dependencies {
27-
compile 'com.android.support:appcompat-v7:22.1.1'
27+
compile 'com.android.support:appcompat-v7:23.1.1'
2828
}
2929

3030
task androidJavadocs(type: Javadoc) {

sample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 22
5-
buildToolsVersion '22.0.1'
4+
compileSdkVersion 23
5+
buildToolsVersion '23.0.2'
66

77
defaultConfig {
88
applicationId 'eu.inloop.viewmodel.sample'
99
minSdkVersion 15
10-
targetSdkVersion 22
10+
targetSdkVersion 23
1111
versionCode 1
1212
versionName '1.0'
1313
}
@@ -26,7 +26,7 @@ android {
2626
}
2727

2828
dependencies {
29-
compile 'com.android.support:appcompat-v7:22.1.1'
29+
compile 'com.android.support:appcompat-v7:23.1.1'
3030
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3'
3131
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3'
3232
compile 'com.jakewharton:butterknife:5.1.2'

0 commit comments

Comments
 (0)