fix open 24

This commit is contained in:
Alexey Kuznetsov 2017-11-06 21:40:46 +03:00
commit ad71482b81

View file

@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 24 // 25+ file:// unable to open
targetSdkVersion 23 // 24+ file:// unable to open
versionCode 217
versionName "3.0.51"
}
@ -55,5 +55,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.github.axet:android-audio-library:1.0.53' // compile project(':android-audio-library')
compile 'com.github.axet:android-audio-library:1.0.54' // compile project(':android-audio-library')
}