Don't run lint in Android release builds for now

- This currently blows up if we're missing I18N/L10N strings for a [currently] non-supported translation
    - We have our own release procedure that should be sufficient at this point
This commit is contained in:
Aaron Culliney 2016-10-22 12:05:01 -07:00
parent 85668fbe35
commit 2f8381e4df

View File

@ -22,6 +22,9 @@ android {
jniDebuggable true
}
}
lintOptions {
checkReleaseBuilds false
}
defaultConfig {
applicationId "org.deadc0de.apple2ix.basic"