update gradle

This commit is contained in:
Alexey Kuznetsov 2017-03-09 11:53:48 +03:00
commit 4541ef152f
3 changed files with 3 additions and 2 deletions

View file

@ -45,5 +45,5 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:support-v4:25.2.0'
compile 'com.github.axet:android-audio-library:0.0.7' // compile project(':android-audio-library')
compile 'com.github.axet:android-audio-library:0.0.8' // compile project(':android-audio-library')
}

View file

@ -29,6 +29,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:layout_margin="@dimen/fab_margin"
android:background="?attr/colorAccent"
android:src="@drawable/ic_mic_24dp" />
</android.support.design.widget.CoordinatorLayout>

View file

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files