diff --git a/Android/.idea/misc.xml b/Android/.idea/misc.xml index fbb68289..ba7052b8 100644 --- a/Android/.idea/misc.xml +++ b/Android/.idea/misc.xml @@ -1,8 +1,5 @@ - - - - - - - - - - - - - - + diff --git a/Android/app/app.iml b/Android/app/app.iml index 96907198..195a55e1 100644 --- a/Android/app/app.iml +++ b/Android/app/app.iml @@ -22,25 +22,26 @@ - + + - + - + @@ -48,6 +49,13 @@ + + + + + + + @@ -62,13 +70,6 @@ - - - - - - - @@ -76,33 +77,46 @@ + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/Android/app/build.gradle b/Android/app/build.gradle index 7d7efe98..7fdcddc2 100644 --- a/Android/app/build.gradle +++ b/Android/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 24 - buildToolsVersion '25.0.0' + buildToolsVersion '26.0.2' signingConfigs { release { storeFile file("release2.keystore") @@ -40,5 +40,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:24.2.0' + compile 'com.android.support:appcompat-v7:24.2.1' } diff --git a/Android/build.gradle b/Android/build.gradle index 59660130..2540ef4c 100644 --- a/Android/build.gradle +++ b/Android/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.3' + classpath 'com.android.tools.build:gradle:3.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/Android/gradle/wrapper/gradle-wrapper.properties b/Android/gradle/wrapper/gradle-wrapper.properties index 7e13bf8e..15b917eb 100644 --- a/Android/gradle/wrapper/gradle-wrapper.properties +++ b/Android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Apr 17 16:37:13 HST 2017 +#Mon Jan 08 18:49:38 PST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip