Skip to content

Commit

Permalink
chore(onyxsdk_pen): revert dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Jun 24, 2024
1 parent 5b9c84f commit a48060d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/onyxsdk_pen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.3

- Reverted the SDK update from v1.2.1 to hopefully make this package work again

## 1.2.2

- Improved pub.dev scores
Expand Down
4 changes: 2 additions & 2 deletions packages/onyxsdk_pen/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
}

dependencies {
implementation('com.onyx.android.sdk:onyxsdk-device:1.2.27')
implementation('com.onyx.android.sdk:onyxsdk-pen:1.4.8')
implementation('com.onyx.android.sdk:onyxsdk-device:1.2.21')
implementation('com.onyx.android.sdk:onyxsdk-pen:1.4.4')
}
}
2 changes: 1 addition & 1 deletion packages/onyxsdk_pen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: onyxsdk_pen
description: This plugin integrates the Onyx Pen SDK into Flutter to improve e-ink responsiveness in drawing apps.
version: 1.2.2
version: 1.2.3
homepage: https://github.com/saber-notes/saber/tree/main/packages/onyxsdk_pen

topics:
Expand Down
2 changes: 1 addition & 1 deletion packages/onyxsdk_pen_dummy/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is because the Dart analyzer gets confused because there are two pubspec.yaml files with the name `onyxsdk_pen`.
name: onyxsdk_pen_dummy
description: This plugin integrates the Onyx Pen SDK into Flutter to improve e-ink responsiveness in drawing apps.
version: 1.2.2
version: 1.2.3
homepage: https://github.com/saber-notes/saber/tree/main/packages/onyxsdk_pen
publish_to: 'none'

Expand Down

0 comments on commit a48060d

Please sign in to comment.