Skip to content

Commit 9ef6192

Browse files
committed
upgrade deps
1 parent 8011a7f commit 9ef6192

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

app/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

packages/flutter_mozilla_components/android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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")

packages/flutter_mozilla_components/example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=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

packages/flutter_mozilla_components/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/locale_resolver/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

packages/locale_resolver/example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=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

packages/locale_resolver/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/pluggable_transports_proxy/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

6868
dependencies {
69-
implementation 'com.netzarchitekten:IPtProxy:4.2.2'
69+
implementation 'com.netzarchitekten:IPtProxy:4.3.0'
7070
}

packages/pluggable_transports_proxy/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/simple_intent_receiver/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)