File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:1.3.0 '
6+ classpath ' com.android.tools.build:gradle:2.1.2 '
77 }
88}
99
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.8 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.12 -all.zip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 jcenter()
44 }
55 dependencies {
6- classpath ' com.novoda:bintray-release:0.2.10 '
6+ classpath ' com.novoda:bintray-release:0.3.4 '
77 }
88}
99
1818 }
1919}
2020
21+ targetCompatibility = ' 1.7'
22+ sourceCompatibility = ' 1.7'
23+
2124dependencies {
2225 compile ' com.google.android:android:1.6_r2'
2326}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apply plugin: 'com.neenbedankt.android-apt'
1616
1717android {
1818 compileSdkVersion 23
19- buildToolsVersion ' 23.0.1 '
19+ buildToolsVersion ' 24 '
2020
2121 defaultConfig {
2222 applicationId " com.danikula.videocache.sample"
You can’t perform that action at this time.
0 commit comments