Skip to content

Commit

Permalink
1.7.7 릴리즈 - build.gradle 파일 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Jul 22, 2020
1 parent 92dd026 commit 8b84761
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'org.jetbrains.dokka'

def libName = 'KotlinInside'
def libDevVersion = ''
def libVersion = "1.7.6$libDevVersion"
def libVersion = "1.7.7$libDevVersion"
def libDesc = 'Unofficial DCInside API written in Kotlin'

group = 'be.zvz'
Expand Down Expand Up @@ -158,4 +158,4 @@ task sourcesJar(type: Jar) {
artifacts {
archives sourcesJar
}
*/
*/
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: JsonBrowser.index - KotlinInside

# index

(JVM) `open fun index(index: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`): `[`JsonBrowser`](index.html)`!`
(JVM) `@NotNull open fun index(index: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`): @NotNull `[`JsonBrowser`](index.html)

Get an element at an index for a list value

Expand All @@ -15,5 +15,5 @@ Get an element at an index for a list value
`index` - [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html): ArticleList index

**Return**
[JsonBrowser](index.html)!: JsonBrowser instance which wraps the value at the specified index
[JsonBrowser](index.html): JsonBrowser instance which wraps the value at the specified index

0 comments on commit 8b84761

Please sign in to comment.