Skip to content

Commit 6137a28

Browse files
committed
Update SDKs and tools
1 parent 24913df commit 6137a28

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.0.0'
8+
classpath 'com.android.tools.build:gradle:1.3.0'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ repositories {
55
}
66

77
android {
8-
compileSdkVersion 22
9-
buildToolsVersion "22.0.1"
8+
compileSdkVersion 23
9+
buildToolsVersion "23.0.1"
1010

1111
defaultConfig {
1212
minSdkVersion 9
13-
targetSdkVersion 22
13+
targetSdkVersion 23
1414
}
1515
}
1616

1717
dependencies {
18-
compile 'com.android.support:appcompat-v7:22.0.0'
18+
compile 'com.android.support:appcompat-v7:23.0.1'
1919
}
2020

2121
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

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 21
5-
buildToolsVersion "21.1.1"
4+
compileSdkVersion 23
5+
buildToolsVersion "23.0.1"
66

77
defaultConfig {
88
applicationId "com.alamkanak.weekview"
99
minSdkVersion 9
10-
targetSdkVersion 21
10+
targetSdkVersion 23
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -22,5 +22,5 @@ android {
2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
compile project(':library')
25-
compile 'com.android.support:appcompat-v7:19.1.0'
25+
compile 'com.android.support:appcompat-v7:23.0.1'
2626
}

0 commit comments

Comments
 (0)