Commit 3e2565c6 authored by Grigory Fedorov's avatar Grigory Fedorov

Gradle and android libraries versions updated.

parent 4fd93db0
...@@ -4,7 +4,7 @@ buildscript { ...@@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.2.3' classpath 'com.android.tools.build:gradle:1.3.0'
} }
} }
......
...@@ -2,7 +2,7 @@ apply plugin: 'com.android.application' ...@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23" buildToolsVersion "23.0.1"
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
...@@ -55,9 +55,9 @@ ext { ...@@ -55,9 +55,9 @@ ext {
} }
dependencies { dependencies {
compile 'com.android.support:design:23.0.0' compile 'com.android.support:design:23.0.1'
compile 'com.android.support:appcompat-v7:23.0' compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:support-v13:23.0.0' compile 'com.android.support:support-v13:23.0.1'
compile 'com.github.ksoichiro:android-observablescrollview:1.5.0' compile 'com.github.ksoichiro:android-observablescrollview:1.5.0'
compile 'de.hdodenhof:circleimageview:1.2.2' compile 'de.hdodenhof:circleimageview:1.2.2'
compile 'com.melnykov:floatingactionbutton:1.2.0' compile 'com.melnykov:floatingactionbutton:1.2.0'
......
...@@ -2,7 +2,7 @@ apply plugin: 'com.android.library' ...@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23" buildToolsVersion "23.0.1"
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
...@@ -18,5 +18,5 @@ android { ...@@ -18,5 +18,5 @@ android {
} }
dependencies { dependencies {
compile 'com.android.support:support-v4:23.0.0' compile 'com.android.support:support-v4:23.0.1'
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment