Skip to content

Commit

Permalink
Prepare for release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngsilverman committed Nov 7, 2018
1 parent 5128eb5 commit 11ea6e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.2.0 (November 6, 2018)

- Set Android version to 28.
- Migrated to AndroidX.
- Updated dependencies (ButterKnife, ConstraintLayout, Gradle, Kotlin, Mockito, Testing Compile).
- Fixed Samsung-specific crash related to `android:elevation` on Android version 19.

# 1.1.0 (October 23, 2018)

- Updated the sample app.
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.1.0'
implementation 'com.airbnb.android:paris:1.2.0'
// If you're using Paris annotations.
kapt 'com.airbnb.android:paris-processor:1.1.0'
kapt 'com.airbnb.android:paris-processor:1.2.0'
}
```

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.1.0
VERSION_NAME=1.2.0
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 11ea6e4

Please sign in to comment.