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.0.0-rc4 '
6+ classpath ' com.android.tools.build:gradle:1.2.3 '
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 =http \://services.gradle.org/distributions/gradle-2.2.1 -all.zip
6+ distributionUrl =https \://services.gradle.org/distributions/gradle-2.4 -all.zip
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ apply plugin: 'com.android.application'
66
77android {
88 compileSdkVersion 22
9- buildToolsVersion " 22.0.1"
9+ buildToolsVersion ' 22.0.1'
1010
1111 defaultConfig {
1212 applicationId " com.danikula.videocache.sample"
1313 minSdkVersion 15
1414 targetSdkVersion 22
1515 versionCode 1
16- versionName " 1.0"
16+ versionName ' 1.0'
1717 }
1818}
1919
Original file line number Diff line number Diff line change 1- buildscript {
2- repositories {
3- mavenCentral()
4- }
5- dependencies {
6- classpath ' com.github.jcandksolutions.gradle:android-unit-test:2.1.1'
7- }
8- }
9-
101repositories {
112 maven { url ' https://github.com/danikula/android-garden/raw/mvn-repo' }
123}
@@ -20,7 +11,7 @@ android {
2011 defaultConfig {
2112 applicationId ' com.danikula.proxycache.test'
2213 minSdkVersion 9
23- targetSdkVersion 18 // Robolectric doesn't support API 19-21
14+ targetSdkVersion 22
2415 versionCode 1
2516 versionName ' 0.1'
2617 }
@@ -30,11 +21,6 @@ android {
3021 }
3122}
3223
33- apply plugin : ' android-unit-test'
34-
35- // to fix AS 0.8.9+ issue (https://github.com/evant/android-studio-unit-test-plugin Troubleshooting)
36- tasks. findByName(" assembleDebug" ). dependsOn(" testDebugClasses" )
37-
3824dependencies {
3925 compile project (' :library' )
4026
You can’t perform that action at this time.
0 commit comments