Skip to content

Commit

Permalink
Prepare for release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba committed Nov 11, 2020
1 parent f4de6cc commit 2610045
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.7.2 (November 11, 2020)

- Fixed ArrayOutOfBoundsException on certain devices when ImageView scaleType is set.

# 1.7.1 (July 27, 2020)

- Change `ParisConfig` annotation to be applicable to class or interface types. New recommendation is to use it on an interface instead of a package
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Paris lets you define and apply styles programmatically to Android views, includ
In your project's `build.gradle`:
```gradle
dependencies {
implementation 'com.airbnb.android:paris:1.7.1'
implementation 'com.airbnb.android:paris:1.7.2'
// If you're using Paris annotations.
kapt 'com.airbnb.android:paris-processor:1.7.1'
kapt 'com.airbnb.android:paris-processor:1.7.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.7.1
VERSION_NAME=1.7.2
GROUP=com.airbnb.android
POM_DESCRIPTION=Paris is a system for creating and applying styles to views in Android.
POM_URL=https://github.com/airbnb/paris
Expand Down

0 comments on commit 2610045

Please sign in to comment.