Skip to content

Commit

Permalink
Merge branch 'rws' into rws-fw-update
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 authored Jun 15, 2024
2 parents e10cf9b + 41b48a7 commit cf33274
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ flutter {
def libpebblecommon_version = '0.1.17'
def coroutinesVersion = "1.7.3"
def lifecycleVersion = "2.8.0"
def timberVersion = "4.7.1"
def timberVersion = "5.0.1"
def androidxCoreVersion = '1.13.1'
def daggerVersion = '2.50'
def daggerVersion = '2.51.1'
def workManagerVersion = '2.9.0'
def okioVersion = '3.7.0'
def serializationJsonVersion = '1.3.2'
def okioVersion = '3.9.0'
def serializationJsonVersion = '1.6.3'

def junitVersion = '4.13.2'
def androidxTestVersion = "1.5.0"
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,10 @@ packages:
dependency: "direct main"
description:
name: golden_toolkit
sha256: ec9d7f1f429ad8c317f1dd08e6e4c81535af5d68e8bd05e02a07edb2e9e9f7ad
sha256: "8f74adab33154fe7b731395782797021f97d2edc52f7bfb85ff4f1b5c4a215f0"
url: "https://pub.dev"
source: hosted
version: "0.13.0"
version: "0.15.0"
graphs:
dependency: transitive
description:
Expand Down Expand Up @@ -1015,10 +1015,10 @@ packages:
dependency: "direct main"
description:
name: state_notifier
sha256: "8fe42610f179b843b12371e40db58c9444f8757f8b69d181c97e50787caed289"
sha256: b8677376aa54f2d7c58280d5a007f9e8774f1968d1fb1c096adcb4792fba29bb
url: "https://pub.dev"
source: hosted
version: "0.7.2+1"
version: "1.0.0"
states_rebuilder:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ dependencies:
shared_preferences: ^2.2.0
url_launcher: ^6.1.0
intl: ^0.17.0
states_rebuilder: ^6.2.0
states_rebuilder: ^6.4.0
path_provider: ^2.1.0
sqflite: ^2.2.0
package_info_plus: ^4.2.0
state_notifier: ^0.7.0
state_notifier: ^1.0.0
hooks_riverpod: ^2.0.0
flutter_hooks: ^0.18.0
device_calendar:
Expand All @@ -49,7 +49,7 @@ dependencies:
stream_transform: ^2.1.0
flutter_svg: ^2.0.0
flutter_svg_provider: ^1.0.4
golden_toolkit: ^0.13.0
golden_toolkit: ^0.15.0
rxdart: 0.27.7
share_plus: ^7.2.2
network_info_plus: ^5.0.3
Expand Down

0 comments on commit cf33274

Please sign in to comment.