Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b42b78

Browse files
committedOct 17, 2024
🔖 1.1.1
1 parent b36368e commit 1b42b78

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎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.5-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip

‎pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: aliyun_push_flutter
2-
description: "Aliyun Push Flutter plugin."
3-
version: 1.1.0
2+
description: "Aliyun Push Flutter plugin, providing support for both Android and iOS platforms to enable push notification functionality in your Flutter applications."
3+
version: 1.1.1
44
homepage: "https://help.aliyun.com/document_detail/2584336.html"
5+
repository: "https://github.com/OpenMindOpenWorld/aliyun-push-flutter-plugin"
56

67
environment:
7-
sdk: ">=3.4.4 <4.0.0"
8+
sdk: ">=3.3.0 <4.0.0"
89
flutter: ">=3.3.0"
910

1011
dependencies:

0 commit comments

Comments
 (0)
Please sign in to comment.