We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18f2bc commit 629d701Copy full SHA for 629d701
android_app_bootstrap/build.gradle
@@ -10,9 +10,6 @@ jacoco {
10
android {
11
compileSdkVersion 29
12
13
- lintOptions {
14
- abortOnError false
15
- }
16
17
defaultConfig {
18
applicationId 'com.github.android_app_bootstrap'
@@ -33,6 +30,9 @@ android {
33
30
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
34
31
}
35
32
+ lint {
+ abortOnError false
+ }
36
37
38
dependencies {
build.gradle
@@ -16,7 +16,7 @@ buildscript {
19
- classpath 'com.android.tools.build:gradle:7.1.1'
+ classpath 'com.android.tools.build:gradle:7.1.3'
20
classpath 'com.android.boost.easyconfig:easyconfig:2.6.5'
21
22
0 commit comments