From 7089c87e9d4f0c2c19dc3b7bd218853c5c52ad2c Mon Sep 17 00:00:00 2001 From: Daniil Bondarev <125694327+danyaao@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:55:06 +0300 Subject: [PATCH] chore(no-task): Update Gradle version to 8.5.1 (#98) Changes: - update Gradle version to 8.5.1 --------- Co-authored-by: Daniil Co-authored-by: sadhorsephile --- CHANGELOG.md | 5 +++++ android/build.gradle | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beb91cb..e28ec05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.0.0 + +* Breaking: Upgrade Gradle version. +* Breaking: Upgrade Kotlin version. + ## 3.0.4 * Correct logo position. diff --git a/android/build.gradle b/android/build.gradle index 90d7d1a..64be700 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,14 +2,14 @@ group 'ru.surfstudio.otp_autofill' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.7.10' + ext.kotlin_version = '1.9.23' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.3.0' + classpath 'com.android.tools.build:gradle:8.5.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/pubspec.yaml b/pubspec.yaml index 740aea3..b0bd1d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: otp_autofill -version: 3.0.4 +version: 4.0.0 description: Android implementation of OTP autofill with using User Consent API and Retriever API. Add possibility to receive OTP code from another input. repository: "https://github.com/surfstudio/flutter-otp-autofill" issue_tracker: "https://github.com/surfstudio/flutter-otp-autofill/issues"