diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d19981..3d21ecd 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/.idea/modules.xml b/.idea/modules.xml index b7971c4..b582285 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/RiskAhead.iml b/RiskAhead.iml deleted file mode 100644 index 16a12ec..0000000 --- a/RiskAhead.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index 80f31ad..95a3742 100644 --- a/app/app.iml +++ b/app/app.iml @@ -48,7 +48,6 @@ - @@ -56,7 +55,6 @@ - @@ -64,7 +62,6 @@ - @@ -72,7 +69,6 @@ - @@ -80,36 +76,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -119,19 +90,18 @@ - - + - + diff --git a/app/build.gradle b/app/build.gradle index d2ec9bc..ab7f6c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ apply plugin: 'io.fabric' apply plugin: 'com.google.gms.google-services' android { - compileSdkVersion 23 - buildToolsVersion "23.0.2" + compileSdkVersion 25 + buildToolsVersion '25.0.0' defaultConfig { applicationId "org.deke.risk.riskahead" diff --git a/build.gradle b/build.gradle index 60a7361..76c8e46 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { maven { url 'https://maven.fabric.io/public' } } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0' + classpath 'com.android.tools.build:gradle:2.3.0' classpath 'com.google.gms:google-services:1.3.0-beta3' classpath 'io.fabric.tools:gradle:1.+' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ab5467b..bf257d0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Oct 05 22:20:11 CEST 2016 +#Sat Apr 15 13:30:25 CEST 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip