Skip to content

Commit

Permalink
fix(battery_plus): Change Kotlin version from 1.9.10 to 1.7.22 (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Oct 12, 2023
1 parent 10fade0 commit f5244e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/battery_plus/battery_plus/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ group 'dev.fluttercommunity.plus.battery'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.7.22'
repositories {
google()
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.8.20'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit f5244e3

Please sign in to comment.