Skip to content

Commit f57c2fe

Browse files
authored
Bump kotlin version in multiple_flutters benchmark test (flutter#111521)
1 parent 4a8dbbd commit f57c2fe

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

dev/benchmarks/multiple_flutters/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ found in the LICENSE file. -->
1212
android:supportsRtl="true"
1313
android:theme="@style/Theme.MultipleFlutters">
1414
<activity
15+
android:exported="true"
1516
android:name=".MainActivity"
1617
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
1718
android:hardwareAccelerated="true"

dev/benchmarks/multiple_flutters/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
// Top-level build file where you can add configuration options common to all sub-projects/modules.
66
buildscript {
7-
ext.kotlin_version = "1.4.32"
7+
ext.kotlin_version = "1.7.10"
88
repositories {
99
google()
1010
mavenCentral()
1111
}
1212
dependencies {
13-
classpath "com.android.tools.build:gradle:4.1.2"
13+
classpath "com.android.tools.build:gradle:7.3.0"
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515

1616
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jan 27 11:54:04 PST 2021
1+
#Tue Sep 27 5:06 AM PST 2022
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip

0 commit comments

Comments
 (0)