Commit 8c8c1ca4 authored by Grigory Fedorov's avatar Grigory Fedorov

Missing Translation ling check disabled (due to problems with generated string...

Missing Translation ling check disabled (due to problems with generated string "ApplicationId") -  temp solution.
parent dc5e5342
......@@ -17,6 +17,11 @@ android {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
lintOptions {
// problems with generated "applicationId" string resource
disable 'MissingTranslation'
}
}
repositories {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment