From 785dc471d4aa093ca18707747fd25f36fd9818ed Mon Sep 17 00:00:00 2001 From: Gautier de Lataillade Date: Wed, 28 Aug 2024 11:48:45 +0200 Subject: [PATCH] Increment kotlin to 1.7.10 and increment plugin to 3.1.7 --- CHANGELOG.md | 3 +++ android/build.gradle | 2 +- example/android/settings.gradle | 2 +- example/lib/screens/home.dart | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 904fe5f9..a5d3b988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.1.7 +* Update kotlin version to `1.7.10`. + ## 3.1.6 * Update `flutter_fgbg` dependency to `0.6.0`. * Update `shared_preferences` dependency to `2.3.2`. diff --git a/android/build.gradle b/android/build.gradle index 9924533d..773dc1d8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ group 'com.gdelataillade.alarm.alarm' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.6.10' + ext.kotlin_version = '1.7.10' repositories { google() mavenCentral() diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 7d9973ec..1d6d19b7 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -20,7 +20,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "7.3.0" apply false - id "org.jetbrains.kotlin.android" version "1.6.10" apply false + id "org.jetbrains.kotlin.android" version "1.7.10" apply false } include ":app" diff --git a/example/lib/screens/home.dart b/example/lib/screens/home.dart index da476d88..3911fae7 100644 --- a/example/lib/screens/home.dart +++ b/example/lib/screens/home.dart @@ -110,7 +110,7 @@ class _ExampleAlarmHomeScreenState extends State { @override Widget build(BuildContext context) { return Scaffold( - appBar: AppBar(title: const Text('alarm 3.1.6')), + appBar: AppBar(title: const Text('alarm 3.1.7')), body: SafeArea( child: alarms.isNotEmpty ? ListView.separated( diff --git a/example/pubspec.lock b/example/pubspec.lock index bc0aeccd..2623c7bf 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.1.5" + version: "3.1.7" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 46459d0c..319b9578 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: alarm description: A simple Flutter alarm manager plugin for both iOS and Android. -version: 3.1.6 +version: 3.1.7 homepage: https://github.com/gdelataillade/alarm environment: