diff --git a/.idea/misc.xml b/.idea/misc.xml index 635999df1e86791ad3787e455b4524e4d8879b93..ba7052b8197ddf8ba8756022d905d03055c7ad60 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -24,7 +24,7 @@ - + diff --git a/Altcoin Prices/build.gradle b/Altcoin Prices/build.gradle index f58eba2f5b7003bccd77b0d4b8d337355286a102..8be67603e799a50a4fdf214d4c88c989c2b75bca 100644 --- a/Altcoin Prices/build.gradle +++ b/Altcoin Prices/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 14 targetSdkVersion 25 versionCode 26 - versionName '1.4.8' + versionName '1.4.8a' testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { @@ -19,6 +19,9 @@ android { } productFlavors { } + lintOptions { + disable 'MissingTranslation' + } } dependencies { diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9f40f18fdd3389209c054104a5dc7998b4864a..d84ff4de3240f8d9fb2037c26f119258f6368a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +### Version 1.4.8a +* Fix missing translations error + ### Version 1.4.8 * Bugfix