Merge branch 'audiorecorder-3.1.15'
This commit is contained in:
commit
ed98193a50
2 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue