Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-12-01 21:56:17 +01:00
commit e5f47a4563
13 changed files with 60 additions and 962 deletions

View file

@ -17,6 +17,13 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}
dependencies {