Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 7bf787f

Browse files
author
Ricardo Amador
committed
Update gradle version.
1 parent a914d47 commit 7bf787f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/shared_preferences/shared_preferences_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.4.0'
11+
classpath 'com.android.tools.build:gradle:7.2.1'
1212
}
1313
}
1414

packages/url_launcher/url_launcher_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.4.2'
11+
classpath 'com.android.tools.build:gradle:7.2.1'
1212
}
1313
}
1414

packages/video_player/video_player_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.5.0'
12+
classpath 'com.android.tools.build:gradle:7.2.1'
1313
}
1414
}
1515

0 commit comments

Comments
 (0)