File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ### Snapshot
4- _ Not yet released in a stable build _
3+ ## 1.1.0
4+ _ 2020-10-28 _
55
66Introduce ` SdkIntDeferredColor ` , a ` DeferredColor ` implementation that delegates to different ` DeferredColor ` sources
77depending on the Android OS runtime version.
Original file line number Diff line number Diff 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
3938ext {
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'
You can’t perform that action at this time.
0 commit comments