Skip to content

Commit

Permalink
Revert back to minimum SDK 2.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
noordawod committed Apr 7, 2021
1 parent af479af commit 6c922d5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions rosetta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.2.2+1

## Improvements:
* Revert minimum SDK version back to 2.6.0

# v0.2.2

## Improvements:
Expand Down
4 changes: 2 additions & 2 deletions rosetta/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: >-
Annotation library used to simplify localization
in Flutter. The library also uses a generator
dependency called "rosetta_generator".
version: 0.2.2
version: 0.2.2+1
authors:
- Adam Hosszu <[email protected]>
- Renato Kiss <[email protected]>
- Tamas Agocs <[email protected]>
homepage: https://github.com/TeamWanari/rosetta

environment:
sdk: ">=2.10.0 <3.0.0"
sdk: ">=2.6.0 <3.0.0"

#
# dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions rosetta_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.2.2+1

## Improvements:
* Revert minimum SDK version back to 2.6.0

# v0.2.2

## Improvements:
Expand Down
6 changes: 3 additions & 3 deletions rosetta_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: >-
Generator tool used with Rosetta annotations.
This generates the helper and delegate classes
for Flutter localizations.
version: 0.2.2
version: 0.2.2+1
homepage: https://github.com/TeamWanari/rosetta

environment:
sdk: ">=2.10.0 <3.0.0"
sdk: ">=2.6.0 <3.0.0"

dependencies:
build: ">=1.5.0 <1.7.0"
Expand All @@ -23,4 +23,4 @@ dependencies:

dev_dependencies:
build_runner: ">=1.8.0 <1.12.0"


0 comments on commit 6c922d5

Please sign in to comment.