Skip to content

Commit

Permalink
fix samples
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Aug 13, 2024
1 parent f618f5f commit 3cb2c4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ '3.19.5', '3.22.0' ]
version: [ '3.22.0' ]
defaults:
run:
working-directory: ./example
Expand Down
4 changes: 2 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.7.0'
repositories {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:7.0.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 3.0.0+1
publish_to: none

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.19.5'
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.22.0'

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ funding:
- https://www.buymeacoffee.com/hoc081098

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.19.5'
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.22.0'

topics:
- rxdart
Expand Down

0 comments on commit 3cb2c4d

Please sign in to comment.