Skip to content

Commit

Permalink
Update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed May 1, 2017
1 parent a335ec8 commit 1613778
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
}
}
Expand Down
5 changes: 5 additions & 0 deletions unifiednlp-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ android {
applicationId = 'org.microg.nlp'
}
}

lintOptions {
disable 'MissingTranslation', 'InvalidPackage', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
}
Expand Down

0 comments on commit 1613778

Please sign in to comment.