Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eightgran committed Jun 17, 2021
1 parent 2ec6157 commit ad6a775
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 33 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
# Change Log
## 1.0.0

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - 2021-XX-XX

### Added

- **Initial release**
- Initial Release
- History of Me - Your own personal diary.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.litlifesoftware.historyofme"
minSdkVersion 16
minSdkVersion 23
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion lib/config/config.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';

const bool DEBUG = true;
const bool DEBUG = false;

const Size bookmarkDimensions = const Size(8.5, 2.5);
const int minStripeCount = 1;
Expand Down
17 changes: 4 additions & 13 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -313,12 +306,10 @@ packages:
lit_ui_kit:
dependency: "direct main"
description:
path: "."
ref: HEAD
resolved-ref: "26ab39dedfbbf2cdf21e9e43be2beda2c3a0203e"
url: "https://github.com/litlifesoftware/lit_ui_kit.git"
source: git
version: "1.0.4"
name: lit_ui_kit
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
logging:
dependency: transitive
description:
Expand Down
11 changes: 4 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,15 @@ dependencies:
flutter_localizations:
sdk: flutter

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2

intl: ^0.17.0
hive: ^2.0.1
hive_flutter: ^1.0.0
hive_generator: ^1.0.1
build_runner: ^1.12.2
lit_ui_kit:
git:
url: https://github.com/litlifesoftware/lit_ui_kit.git
lit_ui_kit: ^1.0.5
# Specify alternative lit_ui_kit locations
# git:
# url: https://github.com/litlifesoftware/lit_ui_kit.git
# path: ../lit_ui_kit/
lit_localization_service: ^0.0.2
lit_relative_date_time: ^0.0.2
Expand Down

0 comments on commit ad6a775

Please sign in to comment.