diff --git a/.travis.yml b/.travis.yml index ee956c7..e565028 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,4 @@ jdk: oraclejdk7 components: - build-tools-21.1.2 - android-21 - - extra-android-support - -before_install: - - chmod +x gradlew \ No newline at end of file + - extra-android-support \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index 0a82fda..9724666 100644 --- a/app/app.iml +++ b/app/app.iml @@ -1,91 +1,91 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build.gradle b/build.gradle index 50e899c..649835c 100644 --- a/build.gradle +++ b/build.gradle @@ -2,6 +2,7 @@ buildscript { repositories { + mavenCentral() jcenter() } dependencies { @@ -14,6 +15,7 @@ buildscript { allprojects { repositories { + mavenCentral() jcenter() } } diff --git a/gradlew b/gradlew old mode 100644 new mode 100755