![auto-submit[bot]](/assets/img/avatar_default.png)
Reverts: flutter/flutter#157032 Initiated by: gmackall Reason for reverting: https://github.com/flutter/flutter/pull/157032#issuecomment-2436336078 Original PR Author: gmackall Reviewed By: {reidbaker, bartekpacia} This change reverts the following previous change: I recently noticed the following log when building an app in verbose mode: ``` This Android Gradle plugin (8.1.0) was tested up to compileSdk = 33 (and compileSdkPreview = "UpsideDownCakePrivacySandbox"). You are strongly encouraged to update your project to use a newer Android Gradle plugin that has been tested with compileSdk = 35. ``` It looks like AGP would like us to use a newer AGP version if we want to use compileSdk 35 (which we do). This pr upgrades the tests, in advance of updating the templates.
a11y_assessments
This app is used for internal testing.
Release a new version for Android
pre-requisite: This can and should only be done by a googler and you must also be in the flutter.dev play console account.
-
Follow https://docs.flutter.dev/deployment/android to create a keystore file if you don't already have one.
-
Bump the pubspec.yaml version
-
Create a key.properties file in
android/
directory following this format.
storePassword=<password>
keyPassword=<password>
keyAlias=upload
storeFile=<keystore path>
- Run
flutter build appbundle
and upload the artifact to play console
Release a new version for iOS
pre-requisite: This can and should only be done by a googler and you must also be in the FLUTTER.IO LLC developer account with iOS distribution permission.
- Bump the pubspec.yaml version
- Run
flutter build ipa
and upload the artifact to app store using transporter or other tools. For more information, see https://docs.flutter.dev/deployment/ios. - Once the app is in TestFlight, add appropriate testers to the app so they can start testing.