File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.0 .0'
8
+ classpath ' com.android.tools.build:gradle:1.3 .0'
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ repositories {
5
5
}
6
6
7
7
android {
8
- compileSdkVersion 22
9
- buildToolsVersion " 22 .0.1"
8
+ compileSdkVersion 23
9
+ buildToolsVersion " 23 .0.1"
10
10
11
11
defaultConfig {
12
12
minSdkVersion 9
13
- targetSdkVersion 22
13
+ targetSdkVersion 23
14
14
}
15
15
}
16
16
17
17
dependencies {
18
- compile ' com.android.support:appcompat-v7:22 .0.0 '
18
+ compile ' com.android.support:appcompat-v7:23 .0.1 '
19
19
}
20
20
21
21
apply from : ' https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 21
5
- buildToolsVersion " 21.1 .1"
4
+ compileSdkVersion 23
5
+ buildToolsVersion " 23.0 .1"
6
6
7
7
defaultConfig {
8
8
applicationId " com.alamkanak.weekview"
9
9
minSdkVersion 9
10
- targetSdkVersion 21
10
+ targetSdkVersion 23
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -22,5 +22,5 @@ android {
22
22
dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
24
compile project(' :library' )
25
- compile ' com.android.support:appcompat-v7:19.1.0 '
25
+ compile ' com.android.support:appcompat-v7:23.0.1 '
26
26
}
You can’t perform that action at this time.
0 commit comments