Skip to content

Commit 8d764c4

Browse files
committed
v0.3.0
1 parent ccb1156 commit 8d764c4

9 files changed

Lines changed: 14 additions & 31 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
liberapay: lijy91
1+
github: lijy91

.github/workflows/test.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0
2+
3+
* [android] Issue building with gradle version >= 8.x.x #16
4+
15
## 0.2.1
26

37
* Updates minimum supported SDK version to Flutter 3.3/Dart 3.0.

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:mostly_reasonable_lints/flutter.yaml
1+
include: package:mostly_reasonable_lints/analysis_options.yaml

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
97C146E61CF9000F007C117D /* Project object */ = {
157157
isa = PBXProject;
158158
attributes = {
159-
LastUpgradeCheck = 1430;
159+
LastUpgradeCheck = 1510;
160160
ORGANIZATIONNAME = "";
161161
TargetAttributes = {
162162
97C146ED1CF9000F007C117D = {

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1430"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

example/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages:
3131
path: ".."
3232
relative: true
3333
source: path
34-
version: "0.2.1"
34+
version: "0.3.0"
3535
clock:
3636
dependency: transitive
3737
description:

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: clipboard_watcher
22
description: This plugin allows Flutter apps to watch clipboard changes.
3-
version: 0.2.1
3+
version: 0.3.0
44
homepage: https://github.com/leanflutter/clipboard_watcher
55

66
platforms:
@@ -20,9 +20,9 @@ dependencies:
2020

2121
dev_dependencies:
2222
dependency_validator: ^3.2.3
23-
flutter_test:
24-
sdk: flutter
25-
mostly_reasonable_lints: ^0.1.1
23+
# flutter_test:
24+
# sdk: flutter
25+
mostly_reasonable_lints: ^0.1.2
2626

2727
flutter:
2828
plugin:

0 commit comments

Comments
 (0)