Merge branch 'audiorecorder-1.1.40'

This commit is contained in:
Alexey Kuznetsov 2016-06-21 23:49:49 +03:00
commit 1242b322e9
3 changed files with 4 additions and 3 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 16
targetSdkVersion 23
versionCode 61
versionName "1.1.39"
versionCode 62
versionName "1.1.40"
}
signingConfigs {
release {

View file

@ -26,6 +26,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp"
android:textColor="?attr/colorPrimary"
android:text="2016-02-01.wav"
android:textSize="20dp" />

View file

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