Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion packages/camera/camera_android_camerax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.1+1

* Bumps kotlin-gradle-plugin from 2.3.0 to 2.3.20.

## 0.7.1

* Removes outdated restrictions against concurrent camera use cases.
Expand Down Expand Up @@ -518,4 +522,4 @@ this plugin should now be compatible with [google_ml_kit_flutter](https://github
* Displaying a live camera preview
* Image streaming

See [`README.md`](README.md) for more details on the limitations of this implementation.
See [`README.md`](README.md) for more details on the limitations of this implementation.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = "io.flutter.plugins.camerax"
version = "1.0"

buildscript {
ext.kotlin_version = '2.3.0'
ext.kotlin_version = '2.3.20'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion packages/camera/camera_android_camerax/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: camera_android_camerax
description: Android implementation of the camera plugin using the CameraX library.
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
version: 0.7.1
version: 0.7.1+1

environment:
sdk: ^3.9.0
Expand Down
4 changes: 4 additions & 0 deletions packages/google_sign_in/google_sign_in_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 7.2.10

* Bumps kotlin-gradle-plugin from 2.3.0 to 2.3.20.

## 7.2.9

* Simplifies internal code for Kotlin/Java interoperability.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = "io.flutter.plugins.googlesignin"
version = "1.0-SNAPSHOT"

buildscript {
ext.kotlin_version = '2.3.0'
ext.kotlin_version = '2.3.20'
repositories {
google()
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_sign_in_android
description: Android implementation of the google_sign_in plugin.
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
version: 7.2.9
version: 7.2.10

environment:
sdk: ^3.9.0
Expand Down
4 changes: 4 additions & 0 deletions packages/interactive_media_ads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0+13

* Bumps kotlin-gradle-plugin from 2.3.0 to 2.3.20.

## 0.3.0+12

* Bumps `androidx.core:core-ktx` from 1.13.0 to 1.18.0.
Expand Down
2 changes: 1 addition & 1 deletion packages/interactive_media_ads/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = "dev.flutter.packages.interactive_media_ads"
version = "1.0-SNAPSHOT"

buildscript {
ext.kotlin_version = '2.3.0'
ext.kotlin_version = '2.3.20'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion packages/interactive_media_ads/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: interactive_media_ads
description: A Flutter plugin for using the Interactive Media Ads SDKs on Android and iOS.
repository: https://github.com/flutter/packages/tree/main/packages/interactive_media_ads
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+interactive_media_ads%22
version: 0.3.0+12 # This must match the version in
version: 0.3.0+13 # This must match the version in
# `android/src/main/kotlin/dev/flutter/packages/interactive_media_ads/AdsRequestProxyApi.kt` and
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this was missed

# `ios/interactive_media_ads/Sources/interactive_media_ads/AdsRequestProxyAPIDelegate.swift`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = "com.example.test_plugin"
version = "1.0-SNAPSHOT"

buildscript {
ext.kotlin_version = '2.3.0'
ext.kotlin_version = '2.3.20'
repositories {
google()
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.22

* Bumps kotlin-gradle-plugin from 2.3.0 to 2.3.20.

## 2.4.21

* Reverts `androidx.datastore:datastore` to 1.1.7 due to a regression 16 KB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = "io.flutter.plugins.sharedpreferences"
version = "1.0-SNAPSHOT"

buildscript {
ext.kotlin_version = '2.3.0'
ext.kotlin_version = '2.3.20'
repositories {
google()
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: shared_preferences_android
description: Android implementation of the shared_preferences plugin
repository: https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22
version: 2.4.21
version: 2.4.22

environment:
sdk: ^3.9.0
Expand Down
4 changes: 4 additions & 0 deletions packages/video_player/video_player_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.9.5

* Bumps kotlin-gradle-plugin from 2.3.0 to 2.3.20.

## 2.9.4

* Updates `androidx.media3` to 1.9.2.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = "io.flutter.plugins.videoplayer"
version = "1.0-SNAPSHOT"

buildscript {
ext.kotlin_version = '2.3.0'
ext.kotlin_version = '2.3.20'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player/video_player_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: video_player_android
description: Android implementation of the video_player plugin.
repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
version: 2.9.4
version: 2.9.5

environment:
sdk: ^3.9.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.10.14

* Bumps kotlin-gradle-plugin from 2.3.0 to 2.3.20.

## 4.10.13

* Bumps androidx.webkit:webkit from 1.14.0 to 1.15.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = "io.flutter.plugins.webviewflutter"
version = "1.0-SNAPSHOT"

buildscript {
ext.kotlin_version = '2.3.0'
ext.kotlin_version = '2.3.20'
repositories {
google()
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_android
description: A Flutter plugin that provides a WebView widget on Android.
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 4.10.13
version: 4.10.14

environment:
sdk: ^3.9.0
Expand Down
Loading