diff --git a/.idea/misc.xml b/.idea/misc.xml index 63f7e50d3..a49b25924 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -45,17 +45,7 @@ - - - - - - - - - - - + diff --git a/.idea/modules.xml b/.idea/modules.xml index ea58b39cf..0a7234b5e 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ - + - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index a184c863a..60b0b75fa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,11 +31,11 @@ allprojects { } } dependencies { - compile 'com.android.support:appcompat-v7:26.0.2' - compile 'com.android.support:design:26.0.2' - compile 'com.android.support:support-v4:26.0.2' - compile 'com.android.support:cardview-v7:26.0.2' - compile 'com.android.support:recyclerview-v7:26.0.2' + compile 'com.android.support:appcompat-v7:26.1.0' + compile 'com.android.support:design:26.1.0' + compile 'com.android.support:support-v4:26.1.0' + compile 'com.android.support:cardview-v7:26.1.0' + compile 'com.android.support:recyclerview-v7:26.1.0' compile 'com.loopj.android:android-async-http:1.4.9' compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' compile 'com.evernote:android-job:1.2.0' @@ -43,6 +43,6 @@ dependencies { compile 'com.google.code.gson:gson:2.8.0' compile 'org.jsoup:jsoup:1.10.3' compile 'de.hdodenhof:circleimageview:2.2.0' - safetynetCompile 'com.google.android.gms:play-services-safetynet:11.0.4' + safetynetCompile 'com.google.android.gms:play-services-safetynet:11.4.2' safetynetCompile 'io.github.kobakei:ratethisapp:1.2.0' } diff --git a/build.gradle b/build.gradle index c2eea8e27..c33a638bd 100644 --- a/build.gradle +++ b/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.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6a36ad440..cc69f7ed7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Apr 23 09:30:57 CEST 2017 +#Thu Oct 26 16:05:35 CEST 2017 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