Skip to content

Commit

Permalink
android sdk updates and gradle too
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 27, 2017
1 parent e27424d commit d3290ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0'
}

}
Expand All @@ -16,7 +16,7 @@ repositories {

android {
compileSdkVersion 25
buildToolsVersion "25"
buildToolsVersion '26.0.2'

packagingOptions {
exclude 'META-INF/LICENSE.txt'
Expand Down
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 Jun 24 00:08:44 EDT 2017
#Fri Oct 27 16:43:50 EDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 comments on commit d3290ad

Please sign in to comment.