File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22apply plugin : ' maven'
33
44android {
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
2626dependencies {
27- compile ' com.android.support:appcompat-v7:22 .1.1'
27+ compile ' com.android.support:appcompat-v7:23 .1.1'
2828}
2929
3030task androidJavadocs (type : Javadoc ) {
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
2828dependencies {
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'
You can’t perform that action at this time.
0 commit comments