Skip to content

Commit

Permalink
Prepare for release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanael Silverman committed Jul 16, 2019
1 parent 0ce78e7 commit f08aa23
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 255 deletions.
252 changes: 0 additions & 252 deletions .idea/codeStyles/Project.xml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.3.0 (July 16, 2019)

- New attribute support:
- View: `android:layout_weight`
- TextView
- `android:line_height`
- `android:text_appearance`
- Now using Kotlin nullable types in generated extension functions, rather than `@Nullable`.

# 1.2.1 (January 2, 2019)

- Updated KotlinPoet dependency to 1.0.0.
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.2.1'
implementation 'com.airbnb.android:paris:1.3.0'
// If you're using Paris annotations.
kapt 'com.airbnb.android:paris-processor:1.2.1'
kapt 'com.airbnb.android:paris-processor:1.3.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.2.1
VERSION_NAME=1.3.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 f08aa23

Please sign in to comment.