Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Oct 28, 2020
1 parent 007f337 commit ea876aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CHANGELOG

### Snapshot
_Not yet released in a stable build_
## 1.1.0
_2020-10-28_

Introduce `SdkIntDeferredColor`, a `DeferredColor` implementation that delegates to different `DeferredColor` sources
depending on the Android OS runtime version.
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.1.0'

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin"
// TODO WORKAROUND: Update to 0.10.x after https://github.com/Kotlin/dokka/issues/879
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.4.10'
classpath 'org.jetbrains.kotlinx:binary-compatibility-validator:0.2.3'

Expand All @@ -38,7 +37,7 @@ buildscript {

ext {
publishGroup = 'com.backbase.oss.deferredresources'
libraryVersion = '1.1.0-SNAPSHOT'
libraryVersion = '1.1.0'
minSdk = 14
targetSdk = 30
buildToolsVersion = '30.0.2'
Expand Down

0 comments on commit ea876aa

Please sign in to comment.