diff --git a/app/app.iml b/app/app.iml index a993bc1a..e8debb08 100644 --- a/app/app.iml +++ b/app/app.iml @@ -50,6 +50,13 @@ + + + + + + + @@ -58,13 +65,6 @@ - - - - - - - @@ -153,26 +153,26 @@ - + - - + + - - + + - + - - - - - + + + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 866d1783..b47cd08d 100644 --- a/build.gradle +++ b/build.gradle @@ -17,6 +17,9 @@ buildscript { allprojects { repositories { jcenter() + maven { + url 'https://maven.google.com' + } } }