diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 5f593ebd..09687f96 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -6,8 +6,8 @@ - - + + diff --git a/.idea/misc.xml b/.idea/misc.xml index f1a41e1f..89187795 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/.idea/runConfigurations/Run.xml b/.idea/runConfigurations/Run.xml index ebff215a..74e3f1bb 100644 --- a/.idea/runConfigurations/Run.xml +++ b/.idea/runConfigurations/Run.xml @@ -1,33 +1,21 @@ - - - + + + - - - - - - - - - - - - - - - - + + + + diff --git a/android-app-tests/android-app-tests.iml b/android-app-tests/android-app-tests.iml index 208f6f2c..1fc3dd4f 100644 --- a/android-app-tests/android-app-tests.iml +++ b/android-app-tests/android-app-tests.iml @@ -13,7 +13,7 @@ - + @@ -73,42 +73,42 @@ + + + + + + + + + + + + + + - - + - + - + + - - - - - + + - - - - - - - - - - + + - - - diff --git a/android-app/android-app.iml b/android-app/android-app.iml index 72853a65..7236d02b 100644 --- a/android-app/android-app.iml +++ b/android-app/android-app.iml @@ -65,18 +65,18 @@ - + - + - - + - - - - + + + + + @@ -89,56 +89,53 @@ - - - - - - + + - + + + + - - - - - - - - - - + + + + + - - - + + + + + + + + + + + + + - - - - - - - + + + - - - + - - + \ No newline at end of file diff --git a/android-app/build.gradle b/android-app/build.gradle index c425b221..b2674de4 100644 --- a/android-app/build.gradle +++ b/android-app/build.gradle @@ -62,8 +62,8 @@ dependencies { compile 'org.solovyev:common-core:1.0.7' compile 'org.solovyev:common-text:1.0.7' compile 'org.solovyev:common-security:1.0.7' - compile 'com.android.support:support-v4:23.1.0' - compile 'com.android.support:appcompat-v7:23.1.0' + compile 'com.android.support:support-v4:23.1.1' + compile 'com.android.support:appcompat-v7:23.1.1' compile('ch.acra:acra:4.5.0') { exclude group: 'org.json' } @@ -78,9 +78,9 @@ dependencies { } compile 'org.solovyev.android:checkout:0.7.2@aar' compile 'org.solovyev.android:material:0.1.3@aar' - compile 'com.google.android.gms:play-services-ads:7.5.0@aar' - compile 'com.google.android.gms:play-services-base:7.5.0@aar' - compile 'com.google.android.gms:play-services-analytics:7.5.0@aar' + compile 'com.google.android.gms:play-services-ads:8.4.0' + compile 'com.google.android.gms:play-services-base:8.4.0' + compile 'com.google.android.gms:play-services-analytics:8.4.0' compile 'com.melnykov:floatingactionbutton:1.1.0' compile(name:'plotter', ext:'aar') diff --git a/build.gradle b/build.gradle index f769e60b..f9a20cd0 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ public int android_sdk_version() { } public String android_build_tools_version() { - return '23.0.1' + return '23.0.2' } public String android_min_sdk_version() { @@ -24,7 +24,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.0' + classpath 'com.android.tools.build:gradle:1.5.0' } } diff --git a/core/core.iml b/core/core.iml index 64b4429a..478e1f80 100644 --- a/core/core.iml +++ b/core/core.iml @@ -13,7 +13,7 @@ - + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e383e28c..8c2ac5ed 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Jan 28 20:56:36 CET 2015 +#Mon Jan 04 12:04:44 CET 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip