Merge branch 'audiorecorder-3.1.15'

This commit is contained in:
Alexey Kuznetsov 2018-02-05 16:13:47 +03:00
commit ed98193a50
2 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 23 // 24+ file:// unable to open
versionCode 245
versionName "3.1.14"
versionCode 246
versionName "3.1.15"
}
signingConfigs {
release {

View file

@ -2,6 +2,6 @@
<resources>
<attr name="recColor" format="color" />
<attr name="cutColor" format="color" />
<string name="source_mic">mic</string>
<string name="source_bluetooth">bluetooth</string>
<string name="source_mic" translatable="false">mic</string>
<string name="source_bluetooth" translatable="false">bluetooth</string>
</resources>