From 32c777a0428e5dd0567fd3f55174242f167c9df1 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 12 Nov 2015 17:29:51 -0800 Subject: [PATCH] Updated to version 23.0.1 of the build tools. --- .idea/misc.xml | 39 ++++++++++++++++++++++++--------------- Emprunt.iml | 2 +- app/app.iml | 10 ++++++---- app/build.gradle | 2 +- 4 files changed, 32 insertions(+), 21 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 6fbf4e8..2b5432e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,6 +3,30 @@ + + + + @@ -19,19 +43,4 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/Emprunt.iml b/Emprunt.iml index 0e6a178..fa74bca 100644 --- a/Emprunt.iml +++ b/Emprunt.iml @@ -8,7 +8,7 @@ - + diff --git a/app/app.iml b/app/app.iml index 11cde66..5a71f1d 100644 --- a/app/app.iml +++ b/app/app.iml @@ -12,10 +12,12 @@ - + @@ -84,7 +86,7 @@ - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index e8f9675..0b80c69 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'versionPlugin' android { compileSdkVersion 11 - buildToolsVersion "21.1.2" + buildToolsVersion "23.0.1" defaultConfig { applicationId "net.thauvin.erik.android.emprunt"