Skip to content

Commit

Permalink
Merge pull request #66 from button/release/v1.4.0
Browse files Browse the repository at this point in the history
Release v1.4.0
  • Loading branch information
najmsheikh authored Oct 24, 2020
2 parents 4485bbf + b1d6620 commit dc46b85
Show file tree
Hide file tree
Showing 74 changed files with 22,561 additions and 2 deletions.
1 change: 1 addition & 0 deletions button-merchant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ android.libraryVariants.all { variant ->
pathList.add(file('./doclava-1.0.6.jar'))
options.docletpath = pathList
options.classpath = configurations.classpaths.files.asType(List)
options.noTimestamp = false
options {
doclet "com.google.doclava.Doclava"
bootClasspath new File(System.getenv('JAVA_HOME') + "/jre/lib/rt.jar")
Expand Down
7 changes: 7 additions & 0 deletions docs/history/1.4.0/assets/customizations.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#header {
border-bottom: 3px solid #0767a4;
}

#search_filtered .jd-selected {
background-color: #0767a4;
}
Empty file.
Loading

0 comments on commit dc46b85

Please sign in to comment.