diff options
author | yvesf <yvesf-git@xapek.org> | 2016-11-22 20:47:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 20:47:32 +0100 |
commit | a330b3bf6d2a854fd0e0c2d1c1e0565027c77b95 (patch) | |
tree | 68fe70ae2ee77d0dbd86be6a9eadb62aa9e9cd83 /build.gradle | |
parent | 2dc04e8753d3ce060ef32275c6982657e5d59a02 (diff) | |
parent | 25e734c2ad8329b9aef4ade3f79c5a7f824a034b (diff) | |
download | andiodine-a330b3bf6d2a854fd0e0c2d1c1e0565027c77b95.tar.gz andiodine-a330b3bf6d2a854fd0e0c2d1c1e0565027c77b95.zip |
Merge pull request #30 from jovial/update_build
update build script
- use oracle jdk8 on travis
- provide gradle-wrapper bash/batch script
- update android gradle plugin
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index b15b3e1..eeaaf1b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,10 @@ buildscript { repositories { - mavenCentral() + jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.1.3' + classpath 'com.android.tools.build:gradle:2.2.2' } } |