Skip to content

Commit ea876aa

Browse files
committed
Release 1.1.0
1 parent 007f337 commit ea876aa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CHANGELOG
22

3-
### Snapshot
4-
_Not yet released in a stable build_
3+
## 1.1.0
4+
_2020-10-28_
55

66
Introduce `SdkIntDeferredColor`, a `DeferredColor` implementation that delegates to different `DeferredColor` sources
77
depending on the Android OS runtime version.

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ buildscript {
2222
classpath 'com.android.tools.build:gradle:4.1.0'
2323

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

@@ -38,7 +37,7 @@ buildscript {
3837

3938
ext {
4039
publishGroup = 'com.backbase.oss.deferredresources'
41-
libraryVersion = '1.1.0-SNAPSHOT'
40+
libraryVersion = '1.1.0'
4241
minSdk = 14
4342
targetSdk = 30
4443
buildToolsVersion = '30.0.2'

0 commit comments

Comments
 (0)