Skip to content

Commit 9ce6bdc

Browse files
friederbluemlebelemaire
authored andcommitted
Set default Android Gradle plugin to 3.4.2
1 parent 97d017e commit 9ce6bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ern-core/src/android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import semver from 'semver';
1212
// Default value for android build config
1313
// ==============================================================================
1414

15-
export const DEFAULT_ANDROID_GRADLE_PLUGIN_VERSION = '3.4.0';
15+
export const DEFAULT_ANDROID_GRADLE_PLUGIN_VERSION = '3.4.2';
1616
export const DEFAULT_ANDROIDX_APPCOMPACT_VERSION = '1.1.0';
1717
export const DEFAULT_ANDROIDX_LIFECYCLE_EXTENSIONS_VERSION = '2.1.0';
1818
export const DEFAULT_BUILD_TOOLS_VERSION = '28.0.3';

system-tests/fixtures/android-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.4.0'
7+
classpath 'com.android.tools.build:gradle:3.4.2'
88
}
99
}
1010

0 commit comments

Comments
 (0)