File tree Expand file tree Collapse file tree 13 files changed +17
-17
lines changed
flutter_mozilla_components
example/android/gradle/wrapper
example/android/gradle/wrapper
pluggable_transports_proxy
example/android/gradle/wrapper Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ android {
5151 dependencies {
5252 // implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5353 implementation ' androidx.glance:glance-appwidget:1.1.1'
54- implementation ' com.google.android.material:material:1.12 .0'
54+ implementation ' com.google.android.material:material:1.13 .0'
5555 }
5656
5757 buildFeatures {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 mavenCentral()
1111 }
1212 dependencies {
13- classpath(" com.android.tools.build:gradle:8.11.1 " )
13+ classpath(" com.android.tools.build:gradle:8.13.2 " )
1414 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version " )
1515 }
1616}
@@ -130,11 +130,11 @@ dependencies {
130130 implementation " org.mozilla.components:ui-widgets:$mozillaComponentsVersion "
131131
132132 implementation ' androidx.coordinatorlayout:coordinatorlayout:1.3.0'
133- implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1 .0'
133+ implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.2 .0'
134134 implementation ' androidx.preference:preference-ktx:1.2.1'
135- implementation ' com.google.android.material:material:1.12 .0'
135+ implementation ' com.google.android.material:material:1.13 .0'
136136 // https://stackoverflow.com/questions/73782320/onbackinvokedcallback-is-not-enabled-for-the-application-in-set-androidenableo
137- implementation ' androidx.activity:activity-ktx:1.10.1 '
137+ implementation ' androidx.activity:activity-ktx:1.12.2 '
138138 implementation ' androidx.paging:paging-runtime-ktx:3.3.6'
139139
140140 testImplementation(" org.jetbrains.kotlin:kotlin-test" )
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13.2 -bin.zip
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dev_dependencies:
1818 flutter_test :
1919 sdk : flutter
2020 lint : ^2.8.0
21- pigeon : ^26.1.4
21+ pigeon : ^26.1.5
2222
2323# For information on the generic Dart part of this file, see the
2424# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010
1111 dependencies {
12- classpath(" com.android.tools.build:gradle:8.11.1 " )
12+ classpath(" com.android.tools.build:gradle:8.13.2 " )
1313 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version " )
1414 }
1515}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13.2 -bin.zip
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dev_dependencies:
1616 flutter_test :
1717 sdk : flutter
1818 lint : ^2.8.0
19- pigeon : ^26.1.4
19+ pigeon : ^26.1.5
2020
2121# For information on the generic Dart part of this file, see the
2222# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010
1111 dependencies {
12- classpath(" com.android.tools.build:gradle:8.11.1 " )
12+ classpath(" com.android.tools.build:gradle:8.13.2 " )
1313 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version " )
1414 }
1515}
@@ -66,5 +66,5 @@ android {
6666}
6767
6868dependencies {
69- implementation ' com.netzarchitekten:IPtProxy:4.2.2 '
69+ implementation ' com.netzarchitekten:IPtProxy:4.3.0 '
7070}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dev_dependencies:
2121 sdk : flutter
2222 json_serializable : ^6.11.2
2323 lint : ^2.8.0
24- pigeon : ^26.1.4
24+ pigeon : ^26.1.5
2525
2626# For information on the generic Dart part of this file, see the
2727# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010
1111 dependencies {
12- classpath(" com.android.tools.build:gradle:8.11.1 " )
12+ classpath(" com.android.tools.build:gradle:8.13.2 " )
1313 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version " )
1414 }
1515}
You can’t perform that action at this time.
0 commit comments