Skip to content

Commit

Permalink
chore(no-task): Update Gradle version to 8.5.1 (#98)
Browse files Browse the repository at this point in the history
Changes:
- update Gradle version to 8.5.1

---------

Co-authored-by: Daniil <bondarev@surf.dev>
Co-authored-by: sadhorsephile <parshonok@surf.dev>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent 4dd1faf commit 7089c87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.0.0

* Breaking: Upgrade Gradle version.
* Breaking: Upgrade Kotlin version.

## 3.0.4

* Correct logo position.
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7089c87

Please sign in to comment.