Skip to content

Commit

Permalink
🔖 v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyge committed Jan 17, 2019
1 parent 2c8a352 commit 8178e36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.7.0

* :arrow_up: Upgrade to Jetpack
* :bug: Fix ShapeSize to ShapeSize.byViewFixedSize(), errorImage is not null, but error image can't always be displayed when uri is empty

# v2.6.2

* :arrow_up: Target sdk version upgrade to 28
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_P_B.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v2.7.0 Beta1

* :arrow_up: Upgrade ti Jetpack
* :arrow_up: Upgrade to Jetpack
* :bug: Fix ShapeSize to ShapeSize.byViewFixedSize(), errorImage is not null, but error image can't always be displayed when uri is empty

# v2.6.2 Beta1
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android.enableJetifier=true
COMPILE_SDK_VERSION=28
MIN_SDK_VERSION=16
TARGET_SDK_VERSION=28
VERSION_CODE=2701
VERSION_NAME=2.7.0-beta1
VERSION_CODE=2702
VERSION_NAME=2.7.0

# Androidx
ANDROIDX_APPCOMPAT=1.1.0-alpha01
Expand Down

0 comments on commit 8178e36

Please sign in to comment.