From dacf0de80e21da2d0a55a474ac855d0259fb2efc Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Sun, 25 Jun 2017 16:16:54 -0700 Subject: [PATCH] More nonsensical changes that Android Studio insists upon making --- Android/app/app.iml | 14 +++++++------- Android/build.gradle | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Android/app/app.iml b/Android/app/app.iml index 96907198..f016f84b 100644 --- a/Android/app/app.iml +++ b/Android/app/app.iml @@ -62,13 +62,6 @@ - - - - - - - @@ -76,6 +69,13 @@ + + + + + + + diff --git a/Android/build.gradle b/Android/build.gradle index ea98e44f..59660130 100644 --- a/Android/build.gradle +++ b/Android/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.2' + classpath 'com.android.tools.build:gradle:2.3.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files