Skip to content

Commit 629d701

Browse files
committed
chore: update gradle
1 parent a18f2bc commit 629d701

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: android_app_bootstrap/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jacoco {
1010
android {
1111
compileSdkVersion 29
1212

13-
lintOptions {
14-
abortOnError false
15-
}
1613

1714
defaultConfig {
1815
applicationId 'com.github.android_app_bootstrap'
@@ -33,6 +30,9 @@ android {
3330
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
3431
}
3532
}
33+
lint {
34+
abortOnError false
35+
}
3636
}
3737

3838
dependencies {

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
}
1717
}
1818
dependencies {
19-
classpath 'com.android.tools.build:gradle:7.1.1'
19+
classpath 'com.android.tools.build:gradle:7.1.3'
2020
classpath 'com.android.boost.easyconfig:easyconfig:2.6.5'
2121
}
2222
}

0 commit comments

Comments
 (0)