Unverified Commit 64591356 authored by Reid Baker's avatar Reid Baker Committed by GitHub

i125138 abstract method smoke agp update (#125139)

- Update gradle and AGP version for abstract_method_smoke_test
#125138 part 1/N

 To update successfully:
    1. Update gradle to a version supported by jdk 17
    2. Uncommented the lockfile lines in android/build.gradle
    3. Then ran the AGP update assistant from AndroidStudio -> tools
    4. From android ran `./gradlew dependencies --write-locks`
    5. From android/app ran `./gradlew dependencies --write-locks`
    6. Re enabled the lockfiles section of android/build.gradle
    7. Ensured `flutter build apk` passed
parent 9f2e7088
......@@ -18,6 +18,7 @@ found in the LICENSE file. -->
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:exported="true"
android:windowSoftInputMode="stateVisible|adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
......
......@@ -7,14 +7,14 @@
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript {
ext.kotlin_version = '1.5.31'
ext.kotlin_version = '1.6.21'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:7.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
......
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment