Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated environment sdk #54

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
206 changes: 129 additions & 77 deletions packages/pusher_beams/example/pubspec.lock

Large diffs are not rendered by default.

256 changes: 164 additions & 92 deletions packages/pusher_beams/pubspec.lock

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions packages/pusher_beams/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@ repository: https://github.com/pusher/push-notifications-flutter
issue_tracker: https://github.com/pusher/push-notifications-flutter/issues

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.20.0"

dependencies:
flutter:
sdk: flutter
pusher_beams_platform_interface: ^1.1.1
pusher_beams_web: ^1.1.1
pusher_beams_android: ^1.1.1
pusher_beams_web:
git:
url: https://github.com/KamrulIbnZaman/pusher-beams-notifications-flutter
path: packages/pusher_beams_web
ref: master
pusher_beams_android:
git:
url: https://github.com/KamrulIbnZaman/pusher-beams-notifications-flutter
path: packages/pusher_beams_android
ref: master
pusher_beams_ios: ^1.1.1
uuid: ^3.0.5

Expand Down
3 changes: 2 additions & 1 deletion packages/pusher_beams_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 31
namespace = 'com.pusher.pusher_beams'
compileSdkVersion 35

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pusher.pusher_beams">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>
2 changes: 1 addition & 1 deletion packages/pusher_beams_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/pusher/push-notifications-flutter
issue_tracker: https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Aandroid

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.20.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher_beams_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/pusher/push-notifications-flutter
issue_tracker: https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Aios

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.20.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher_beams_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/pusher/push-notifications-flutter
issue_tracker: https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Ainterface

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher_beams_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/pusher/push-notifications-flutter
issue_tracker: https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Aweb

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=3.0.0 <4.0.0'
flutter: ">=1.20.0"

dependencies:
Expand Down