From ded77a6560cf82f17845d49fd921125c0d550a94 Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Thu, 12 Oct 2023 00:46:30 +0300 Subject: [PATCH] fix(network_info_plus): Change Kotlin version from 1.9.10 to 1.7.22 --- .../network_info_plus/network_info_plus/android/build.gradle | 2 +- .../network_info_plus/example/android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/network_info_plus/network_info_plus/android/build.gradle b/packages/network_info_plus/network_info_plus/android/build.gradle index 871f29a816..a5f46d04f6 100644 --- a/packages/network_info_plus/network_info_plus/android/build.gradle +++ b/packages/network_info_plus/network_info_plus/android/build.gradle @@ -2,7 +2,7 @@ group 'dev.fluttercommunity.plus.network_info' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.9.10' + ext.kotlin_version = '1.7.22' repositories { google() mavenCentral() diff --git a/packages/network_info_plus/network_info_plus/example/android/build.gradle b/packages/network_info_plus/network_info_plus/example/android/build.gradle index 21a98b0467..7b11cbf7fb 100644 --- a/packages/network_info_plus/network_info_plus/example/android/build.gradle +++ b/packages/network_info_plus/network_info_plus/example/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.9.10' + ext.kotlin_version = '1.7.22' repositories { google() mavenCentral()