Merge branch 'audiorecorder-1.1.47'

This commit is contained in:
Alexey Kuznetsov 2016-07-22 15:16:30 +03:00
commit 4c6be236cc

View file

@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 16
targetSdkVersion 23
versionCode 68
versionName "1.1.46"
versionCode 69
versionName "1.1.47"
}
signingConfigs {
release {
@ -44,5 +44,5 @@ dependencies {
compile 'com.android.support:design:23.2.1'
compile 'com.google.android.gms:play-services-appindexing:8.1.0'
compile 'org.apache.commons:commons-math3:3.6.1'
compile project(":android-library")
compile 'com.github.axet:android-library:1.1.0' // project(':android-library')
}