Skip to content

Commit

Permalink
4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Oct 7, 2023
1 parent c209232 commit e7afee8
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 4.0

_Unreleased_
_Released on 2023-10-07_

### Highlights

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.8.0'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart' show Colors, TextStyle;

const kAppTitle = 'Every Door';
const kAppVersion = '4.0-beta1'; // Also used for presets.db versioning
const kAppVersion = '4.0'; // Also used for presets.db versioning

const kDefaultLocation = <double>[59.42, 24.71];
const kDatabaseName = 'every_door.db';
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Hopefully fixed GPS issues.
* Updated Bing imagery key and removed Maxar.
* New card payment settings.
* Smarter name capitalization.
4 changes: 4 additions & 0 deletions metadata/ru/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Возможно, починили проблемы с GPS.
* Обновил ключ для снимков Bing и убрал Maxar.
* Новые настройки видов оплаты картой.
* Умнее переключаем заглавные и строчные буквы в названиях.
20 changes: 10 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ packages:
dependency: transitive
description:
name: coverage
sha256: "2fb815080e44a09b85e0f2ca8a820b15053982b2e714b59267719e8a9ff17097"
sha256: "595a29b55ce82d53398e1bcc2cba525d7bd7c59faeb2d2540e9d42c390cfeeeb"
url: "https://pub.dev"
source: hosted
version: "1.6.3"
version: "1.6.4"
cross_file:
dependency: transitive
description:
Expand Down Expand Up @@ -295,18 +295,18 @@ packages:
dependency: "direct main"
description:
name: flutter_markdown
sha256: a10979814c5f4ddbe2b6143fba25d927599e21e3ba65b3862995960606fae78f
sha256: "8afc9a6aa6d8e8063523192ba837149dbf3d377a37c0b0fc579149a1fbd4a619"
url: "https://pub.dev"
source: hosted
version: "0.6.17+3"
version: "0.6.18"
flutter_riverpod:
dependency: "direct main"
description:
name: flutter_riverpod
sha256: fcea39b84b666649280f6f678bc0bb479253bf865abc0387a8b11dac6477bf92
sha256: e667e406a74d67715f1fa0bd941d9ded49aff72f3a9f4440a36aece4e8d457a7
url: "https://pub.dev"
source: hosted
version: "2.4.1"
version: "2.4.3"
flutter_secure_storage:
dependency: "direct main"
description:
Expand Down Expand Up @@ -417,10 +417,10 @@ packages:
dependency: transitive
description:
name: geolocator_platform_interface
sha256: b8cc1d3be0ca039a3f2174b0b026feab8af3610e220b8532e42cff8ec6658535
sha256: b7aca62aa05d7e610c396a53a1936ff87fce2f735d76e93fde9269c341c46a25
url: "https://pub.dev"
source: hosted
version: "4.1.0"
version: "4.1.1"
geolocator_web:
dependency: transitive
description:
Expand Down Expand Up @@ -857,10 +857,10 @@ packages:
dependency: transitive
description:
name: riverpod
sha256: ff676bd8a715c7085692fe4919564f78fb90d33b10a1c5c14e740581857cc914
sha256: "494bf2cfb4df30000273d3052bdb1cc1de738574c6b678f0beb146ea56f5e208"
url: "https://pub.dev"
source: hosted
version: "2.4.1"
version: "2.4.3"
rxdart:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Next generation OpenStreetMap amenity mapper
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# Also update version in constants.dart!
version: 3.9.99+36
version: 4.0.0+37

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down

0 comments on commit e7afee8

Please sign in to comment.