Skip to content

Commit

Permalink
Update plugin versions and bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Jan 19, 2025
1 parent c7cebc9 commit 779ae9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
For currently known issues, check the [GitHub issues tab](https://github.com/dhzdhd/SyncVault/issues?q=is%3Aopen+is%3Aissue+label%3Abug)

## 0.7.1 | 19-01-2025 (Prerelease)
## 0.7.2 | 19-01-2025 (Prerelease)

### Additions

Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.1.1" apply false
id "com.android.application" version "8.2.1" apply false
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: 'none'

version: 0.7.1
version: 0.7.2

environment:
sdk: '>=3.6.0 <4.0.0'
Expand Down

0 comments on commit 779ae9d

Please sign in to comment.