Skip to content

Commit 1acabc6

Browse files
committed
update to 4.0.0
— simplified UI — improved color scheme — upgraded dependencies
1 parent 05dc5c9 commit 1acabc6

File tree

8 files changed

+826
-880
lines changed

8 files changed

+826
-880
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto detect text files and perform LF normalization
2-
* text=auto
2+
* text=auto eol=lf

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454
applicationId "com.nocturnaldevlab.WordDefiner"
5555
// You can update the following values to match your application needs.
5656
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
57-
minSdkVersion 19
57+
minSdkVersion flutter.minSdkVersion
5858
targetSdkVersion flutter.targetSdkVersion
5959
versionCode flutterVersionCode.toInteger()
6060
versionName flutterVersionName

ios/Runner.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"$(inherited)",
369369
"@executable_path/Frameworks",
370370
);
371-
MARKETING_VERSION = 3.4.0;
371+
MARKETING_VERSION = 4.0.0;
372372
PRODUCT_BUNDLE_IDENTIFIER = com.nocturnaldevlab.WordDefiner;
373373
PRODUCT_NAME = "$(TARGET_NAME)";
374374
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -503,7 +503,7 @@
503503
"$(inherited)",
504504
"@executable_path/Frameworks",
505505
);
506-
MARKETING_VERSION = 3.4.0;
506+
MARKETING_VERSION = 4.0.0;
507507
PRODUCT_BUNDLE_IDENTIFIER = com.nocturnaldevlab.WordDefiner;
508508
PRODUCT_NAME = "$(TARGET_NAME)";
509509
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -530,7 +530,7 @@
530530
"$(inherited)",
531531
"@executable_path/Frameworks",
532532
);
533-
MARKETING_VERSION = 3.4.0;
533+
MARKETING_VERSION = 4.0.0;
534534
PRODUCT_BUNDLE_IDENTIFIER = com.nocturnaldevlab.WordDefiner;
535535
PRODUCT_NAME = "$(TARGET_NAME)";
536536
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";

lib/get_definition.dart

-37
This file was deleted.

0 commit comments

Comments
 (0)