Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Nov 5, 2024
1 parent ccb1156 commit a2ee259
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
liberapay: lijy91
github: lijy91
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0

* [android] Issue building with gradle version >= 8.x.x #16

## 0.2.1

* Updates minimum supported SDK version to Flutter 3.3/Dart 3.0.
Expand Down
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:mostly_reasonable_lints/flutter.yaml
include: package:mostly_reasonable_lints/analysis_options.yaml
2 changes: 1 addition & 1 deletion example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import UIKit
import Flutter

@UIApplicationMain
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.1"
version: "0.3.0"
clock:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clipboard_watcher
description: This plugin allows Flutter apps to watch clipboard changes.
version: 0.2.1
version: 0.3.0
homepage: https://github.com/leanflutter/clipboard_watcher

platforms:
Expand All @@ -20,9 +20,9 @@ dependencies:

dev_dependencies:
dependency_validator: ^3.2.3
flutter_test:
sdk: flutter
mostly_reasonable_lints: ^0.1.1
# flutter_test:
# sdk: flutter
mostly_reasonable_lints: ^0.1.2

flutter:
plugin:
Expand Down

0 comments on commit a2ee259

Please sign in to comment.