app/build.gradle
changeset 1049 ba37a871aac2
parent 1047 3918daca2c41
child 1050 f2db8a101b9e
equal deleted inserted replaced
1048:545219ce42c7 1049:ba37a871aac2
    20     }
    20     }
    21 
    21 
    22     lintOptions {
    22     lintOptions {
    23         abortOnError true
    23         abortOnError true
    24         textReport true
    24         textReport true
    25         disable("MissingTranslation")
    25         disable "MissingTranslation", "InvalidPackage"
    26     }
    26     }
    27 
    27 
    28 }
    28 }
    29 
    29 
    30 dependencies {
    30 dependencies {