Skip to content

Commit

Permalink
Prepare for release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanael Silverman committed Dec 16, 2019
1 parent 10e1ace commit 1fee2a5
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 @@
# 1.3.1 (December 16, 2019)

- Fixed precedence of `android:textAppearance` attribute.
- Fixed theme attributes not being applied through programmatic styles.

# 1.3.0 (July 16, 2019)

- New attribute support:
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.3.0'
implementation 'com.airbnb.android:paris:1.3.1'
// If you're using Paris annotations.
kapt 'com.airbnb.android:paris-processor:1.3.0'
kapt 'com.airbnb.android:paris-processor:1.3.1'
}
```

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.3.0
VERSION_NAME=1.3.1
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 1fee2a5

Please sign in to comment.