File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
dev/benchmarks/multiple_flutters/android Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 44
55// Top-level build file where you can add configuration options common to all sub-projects/modules.
66buildscript {
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
Original file line number Diff line number Diff line change 1- # Wed Jan 27 11:54:04 PST 2021
1+ # Tue Sep 27 5:06 AM PST 2022
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments