Skip to content

Commit

Permalink
Updated Gradle Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Jun 12, 2017
1 parent cf19121 commit 64e75b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
9 changes: 1 addition & 8 deletions StackBlur/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion '21.1.2'
buildToolsVersion '25.0.2'

defaultConfig {
renderscriptTargetApi 19
Expand All @@ -25,15 +25,8 @@ android {
assets.srcDirs = ['assets']
}

// Move the tests to tests/java, tests/res, etc...
instrumentTest.setRoot('tests')

// Move the build types to build-types/<type>
// For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...
// This moves them out of them default location under src/<type>/... which would
// conflict with src/ being used by the main source set.
// Adding new build types or product flavors should be accompanied
// by a similar customization.
debug.setRoot('build-types/debug')
release.setRoot('build-types/release')
}
Expand Down
9 changes: 1 addition & 8 deletions StackBlurDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion "21.1.2"
buildToolsVersion '25.0.2'

sourceSets {
main {
Expand All @@ -20,15 +20,8 @@ android {
assets.srcDirs = ['assets']
}

// Move the tests to tests/java, tests/res, etc...
instrumentTest.setRoot('tests')

// Move the build types to build-types/<type>
// For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...
// This moves them out of them default location under src/<type>/... which would
// conflict with src/ being used by the main source set.
// Adding new build types or product flavors should be accompanied
// by a similar customization.
debug.setRoot('build-types/debug')
release.setRoot('build-types/release')
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.3.0'
}
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Apr 30 12:31:37 CEST 2016
#Tue Jun 13 07:45:59 JST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 comments on commit 64e75b8

Please sign in to comment.