Merge branch 'audiorecorder-1.2.4'

This commit is contained in:
Alexey Kuznetsov 2016-12-23 15:55:25 +03:00
commit 85c0a6f4e0
2 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 23
versionCode 91
versionName "1.2.3"
versionCode 92
versionName "1.2.4"
}
signingConfigs {
release {

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.github.axet.audiorecorder">
package="com.github.axet.audiorecorder"
android:installLocation="auto">
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />