Merge branch 'audiorecorder-3.0.57'

This commit is contained in:
Alexey Kuznetsov 2017-11-27 16:43:22 +03:00
commit 944a1923bd
2 changed files with 2 additions and 7 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 23 // 24+ file:// unable to open
versionCode 222
versionName "3.0.56"
versionCode 223
versionName "3.0.57"
}
signingConfigs {
release {

View file

@ -11,9 +11,4 @@ Additional file from 'android-library'
Additional file from 'android-audio-library'
* [https://gitlab.com/axet/android-audio-library/.../strings.xml](https://gitlab.com/axet/android-audio-library/blob/master/src/main/res/values/strings.xml)
Also, add Google Play translation for:
* Title (50 symbols max)
* Short description (80 symbols max)
* Full description (4000 symbols max)
Then add those files to the repository using "New Issue" or "Merge Request" against the `dev` branch.