File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
system-tests/fixtures/android-container Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import semver from 'semver';
12
12
// Default value for android build config
13
13
// ==============================================================================
14
14
15
- export const DEFAULT_ANDROID_GRADLE_PLUGIN_VERSION = '3.4.0 ' ;
15
+ export const DEFAULT_ANDROID_GRADLE_PLUGIN_VERSION = '3.4.2 ' ;
16
16
export const DEFAULT_ANDROIDX_APPCOMPACT_VERSION = '1.1.0' ;
17
17
export const DEFAULT_ANDROIDX_LIFECYCLE_EXTENSIONS_VERSION = '2.1.0' ;
18
18
export const DEFAULT_BUILD_TOOLS_VERSION = '28.0.3' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:3.4.0 '
7
+ classpath ' com.android.tools.build:gradle:3.4.2 '
8
8
}
9
9
}
10
10
You can’t perform that action at this time.
0 commit comments