Skip to content

Commit

Permalink
gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daktak committed Apr 27, 2018
1 parent 03c64ea commit 751b333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion '25.0.2'
buildToolsVersion '25.0.3'

defaultConfig {
applicationId "org.afhdownloader"
Expand All @@ -29,7 +29,7 @@ dependencies {

android {
lintOptions {
disable 'TrustAllX509TrustManager','UnusedResources','GoogleAppIndexingWarning','IconDipSize','IconLocation','IconMissingDensityFolder','ObsoleteSdkInt'
disable 'TrustAllX509TrustManager','UnusedResources','GoogleAppIndexingWarning','IconDipSize','IconLocation','IconMissingDensityFolder','ObsoleteSdkInt','MissingTranslation'
checkReleaseBuilds false
}
}

0 comments on commit 751b333

Please sign in to comment.