Merge branch 'audiorecorder-1.1.47'
This commit is contained in:
commit
4c6be236cc
1 changed files with 4 additions and 4 deletions
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue