Skip to content

Commit

Permalink
[wearable_rotary] Adds namespace to build.gradle for Gradle 8 (flut…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 authored Jul 13, 2023
1 parent 7439d95 commit 6755f60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/wearable_rotary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.2

* Adds namespace to `build.gradle` for compatibility with Gradle 8

## 2.0.1

* Remove unnecessary `StreamHandlerError` implementation.
Expand Down
1 change: 1 addition & 0 deletions packages/wearable_rotary/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ android {
defaultConfig {
minSdkVersion 18
}
namespace "com.samsung.wearable_rotary"
}
2 changes: 1 addition & 1 deletion packages/wearable_rotary/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: wearable_rotary
description: Flutter plugin that can listen to rotary events on Wear OS and Tizen Galaxy watch devices.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/wearable_rotary
version: 2.0.1
version: 2.0.2

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down

0 comments on commit 6755f60

Please sign in to comment.