Skip to content

Commit

Permalink
prepare for release 1.6.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart authored Jul 21, 2020
1 parent de40237 commit a8fa220
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.6.0 (July 21, 2020)

- Adding support for importantForAccessibility attribute (#138)

# 1.5.0 (May 20, 2020)

- Adds support for incremental annotation processing
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.5.0'
implementation 'com.airbnb.android:paris:1.6.0'
// If you're using Paris annotations.
kapt 'com.airbnb.android:paris-processor:1.5.0'
kapt 'com.airbnb.android:paris-processor:1.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
classpath "com.jakewharton:butterknife-gradle-plugin:$BUTTERKNIFE_VERSION"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath "com.github.ben-manes:gradle-versions-plugin:$VERSIONS_VERSION"
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.11.1'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.12.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.5.0
VERSION_NAME=1.6.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 a8fa220

Please sign in to comment.