Skip to content

Commit

Permalink
fix(sensors_plus): Change Kotlin version from 1.9.10 to 1.7.22 (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Oct 12, 2023
1 parent 476e17b commit 10fade0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sensors_plus/sensors_plus/README.md
Expand Up @@ -4,7 +4,7 @@

[![sensors_plus](https://github.com/fluttercommunity/plus_plugins/actions/workflows/sensors_plus.yaml/badge.svg)](https://github.com/fluttercommunity/plus_plugins/actions/workflows/sensors_plus.yaml)
[![pub points](https://img.shields.io/pub/points/sensors_plus?color=2E8B57&label=pub%20points)](https://pub.dev/packages/sensors_plus/score)
[![pub package](https://img.shields.io/pub/v/battery_plus.svg)](https://pub.dev/packages/battery_plus)
[![pub package](https://img.shields.io/pub/v/sensors_plus.svg)](https://pub.dev/packages/sensors_plus)

<a href="https://flutter.dev/docs/development/packages-and-plugins/favorites" target="_blank" rel="noreferrer noopener"><img src="../../../website/static/img/flutter-favorite-badge.png" width="100" alt="build"></a>

Expand Down
2 changes: 1 addition & 1 deletion packages/sensors_plus/sensors_plus/android/build.gradle
Expand Up @@ -2,7 +2,7 @@ group 'dev.fluttercommunity.plus.sensors'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.7.22'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 10fade0

Please sign in to comment.