diff --git a/app/build.gradle b/app/build.gradle index acd43e1..e18f876 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/docs/HOWTO-Translate.md b/docs/HOWTO-Translate.md index c19a5d6..fa84445 100644 --- a/docs/HOWTO-Translate.md +++ b/docs/HOWTO-Translate.md @@ -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.