Skip to content

Commit c7f384a

Browse files
committed
chore: bump default gradle versions
1 parent 6726ccc commit c7f384a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ export class Hooks {
328328
}
329329

330330
export class AndroidBuildDefaults {
331-
public static GradleVersion = "7.0.2";
332-
public static GradleAndroidPluginVersion = "7.0.4";
331+
public static GradleVersion = "7.4.0";
332+
public static GradleAndroidPluginVersion = "7.1.2";
333333
}
334334

335335
export const PACKAGE_PLACEHOLDER_NAME = "__PACKAGE__";

0 commit comments

Comments
 (0)