File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ title_markdown_file() {
3030}
3131
3232set +x
33- for MARKDOWN_FILE in $( find docs/0 .x/ -name ' *.md' ) ; do
33+ for MARKDOWN_FILE in $( find docs/1 .x/ -name ' *.md' ) ; do
3434 echo $MARKDOWN_FILE
3535 title_markdown_file $MARKDOWN_FILE
3636done
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ sonar-reports
181181
182182# Dokka/MkDocs
183183site /
184- docs /0 .x
184+ docs /1 .x
185185docs /changelog.md
186186docs /upgrading.md
187187docs /contributing.md
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.0.0
4+ _ 2020-07-29_
5+
6+ 🚀 Official stable release!
7+
8+ Add ` DeferredColor.resolveToStateList ` to support resolving color ` <selector> ` elements from XML
9+ resources and attributes.
10+
311## 0.5.1
412_ 2020-07-22_
513
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ buildscript {
3939
4040ext {
4141 publishGroup = ' com.backbase.oss.deferredresources'
42- libraryVersion = ' 1.0.0-SNAPSHOT '
42+ libraryVersion = ' 1.0.0'
4343 minSdk = 14
4444 targetSdk = 29
4545 buildToolsVersion = ' 29.0.3'
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ remote_branch: gh-pages
99
1010nav :
1111 - ' Overview ' : index.md
12- - ' 0.x API ' :
13- - ' deferred-resources ' : 0.x/deferred-resources/index.html
12+ - ' 1.x API ' :
13+ - ' deferred-resources ' : 1.x/deferred-resources/index.html
14+ - ' view-extensions ' : 1.x/view-extensions/index.html
1415 - ' Changelog ' : changelog.md
1516 - ' Contributing ' : contributing.md
1617
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ task sourcesJar(type: Jar) {
1111
1212apply plugin : ' org.jetbrains.dokka'
1313dokka {
14- outputDirectory = " $rootDir /docs/0 .x"
14+ outputDirectory = " $rootDir /docs/1 .x"
1515 outputFormat = ' gfm'
1616 inputs. dir ' src/main/java'
1717}
You can’t perform that action at this time.
0 commit comments