File tree Expand file tree Collapse file tree 7 files changed +20
-11
lines changed
fastlane/metadata/android/en-GB/changelogs Expand file tree Collapse file tree 7 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id " com.android.application"
3- id ' org.jetbrains.kotlin.android' version ' 2.1.20 '
3+ id ' org.jetbrains.kotlin.android' version ' 2.3.0 '
44 id " dev.flutter.flutter-gradle-plugin"
55}
66
Original file line number Diff line number Diff line change 1+ # # This file must *NOT* be checked into Version Control Systems,
2+ # as it contains information specific to your local configuration.
3+ #
4+ # Location of the SDK. This is only used by Gradle.
5+ # For customization when using a Version Control System, please read the
6+ # header note.
7+ # Tue Jan 06 16:31:39 GMT 2026
8+ sdk.dir =/home/luckyrat/Android/Sdk
Original file line number Diff line number Diff line change 1- *
2- * Updated Flutter and other dependencies
1+ * New autocomplete feature on the Username field - select from previously used usernames to speed up the creation of new entries with common usernames such as your primary email address.
2+ * Updated Flutter and other dependencies.
3+ * Improved performance on newer Android devices (by supporting 16K Android memory page size).
Original file line number Diff line number Diff line change 11# Thu Jun 19 12:25:55 BST 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 .1-bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .1-bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ pluginManagement {
1919
2020plugins {
2121 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
22- id " com.android.application" version ' 8.10.0 ' apply false
23- id " org.jetbrains.kotlin.android" version " 2.1.20 " apply false
22+ id " com.android.application" version ' 8.13.2 ' apply false
23+ id " org.jetbrains.kotlin.android" version " 2.3.0 " apply false
2424}
2525
2626include " :app"
Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ packages:
8686 dependency: "direct main"
8787 description:
8888 name: barcode_scan2
89- sha256: "0f3eb7c0a0c80a0f65d3fa88737544fdb6d27127a4fad566e980e626f3fb76e1 "
89+ sha256: "50b286021c644deee71e20a06c1709adc6594e39d65024ced0458cc1e3ff298e "
9090 url: "https://pub.dev"
9191 source: hosted
92- version: "4.5.1 "
92+ version: "4.6.0 "
9393 base32:
9494 dependency: "direct main"
9595 description:
@@ -866,10 +866,10 @@ packages:
866866 dependency: transitive
867867 description:
868868 name: protobuf
869- sha256: "68645b24e0716782e58948f8467fd42a880f255096a821f9e7d0ec625b00c84d "
869+ sha256: "75ec242d22e950bdcc79ee38dd520ce4ee0bc491d7fadc4ea47694604d22bf06 "
870870 url: "https://pub.dev"
871871 source: hosted
872- version: "3.1 .0"
872+ version: "6.0 .0"
873873 provider:
874874 dependency: transitive
875875 description:
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dependencies:
122122 ref : api34
123123 archive : ^4.0.7
124124 device_info_plus : ^11.5.0
125- barcode_scan2 : ^4.5.1
125+ barcode_scan2 : ^4.6.0
126126 flex_color_scheme : ^8.3.1
127127 # barcode_scan2:
128128 # git:
You can’t perform that action at this time.
0 commit comments