File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ repositories {
55}
66
77android {
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
1717dependencies {
18- compile ' com.android.support:appcompat-v7:22 .0.0 '
18+ compile ' com.android.support:appcompat-v7:23 .0.1 '
1919}
2020
2121apply from : ' https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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 {
2222dependencies {
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}
You can’t perform that action at this time.
0 commit comments