Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Update gradle and support libraries to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Jul 5, 2017
1 parent be6d5bf commit f25fa3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
androidCompileSdkVersion=25
androidBuildToolsVersion=25.0.3
androidSupportLibraryVersion=25.3.1
androidSupportLibraryVersion=25.4.0

robolectricVersion=3.1.1
junitVersion=4.12
Expand Down
3 changes: 3 additions & 0 deletions k9mail-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ if (rootProject.testCoverage) {

repositories {
jcenter()
maven {
url 'https://maven.google.com'
}
}

dependencies {
Expand Down
3 changes: 3 additions & 0 deletions k9mail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ if (rootProject.testCoverage) {

repositories {
jcenter()
maven {
url 'https://maven.google.com'
}
}

//noinspection GroovyAssignabilityCheck
Expand Down

0 comments on commit f25fa3e

Please sign in to comment.