Skip to content

Commit 970243f

Browse files
authored
Upgrade wearable_rotary compileSdkVersion to 35 (#948)
1 parent a5e98ae commit 970243f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/wearable_rotary/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.4
2+
3+
- Upgrades `compileSdkVersion` to 35
4+
15
## 2.0.3
26

37
* Fix new lint warnings.

packages/wearable_rotary/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
android {
28-
compileSdkVersion 31
28+
compileSdkVersion 35
2929

3030
compileOptions {
3131
sourceCompatibility JavaVersion.VERSION_1_8

packages/wearable_rotary/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: wearable_rotary
22
description: Flutter plugin that can listen to rotary events on Wear OS and Tizen Galaxy watch devices.
33
homepage: https://github.com/flutter-tizen/plugins
44
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/wearable_rotary
5-
version: 2.0.3
5+
version: 2.0.4
66

77
environment:
88
sdk: ">=3.1.0 <4.0.0"

0 commit comments

Comments
 (0)