File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.0.4
2+
3+ - Upgrades ` compileSdkVersion ` to 35
4+
15## 2.0.3
26
37* Fix new lint warnings.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
2525apply plugin : ' kotlin-android'
2626
2727android {
28- compileSdkVersion 31
28+ compileSdkVersion 35
2929
3030 compileOptions {
3131 sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: wearable_rotary
22description : Flutter plugin that can listen to rotary events on Wear OS and Tizen Galaxy watch devices.
33homepage : https://github.com/flutter-tizen/plugins
44repository : https://github.com/flutter-tizen/plugins/tree/master/packages/wearable_rotary
5- version : 2.0.3
5+ version : 2.0.4
66
77environment :
88 sdk : " >=3.1.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments