Skip to content

Commit

Permalink
1.1.3 긴급 업데이트 - 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Oct 25, 2019
1 parent 4935a7c commit da79360
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### Gradle

```
compile 'be.zvz:KotlinInside:1.1.2'
compile 'be.zvz:KotlinInside:1.1.3'
```

### Maven
Expand All @@ -16,7 +16,7 @@ compile 'be.zvz:KotlinInside:1.1.2'
<dependency>
<groupId>be.zvz</groupId>
<artifactId>KotlinInside</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'

def libName = 'KotlinInside'
def libVersion = '1.1.2'
def libVersion = '1.1.3'
def libDesc = 'Unofficial DCInside API written in Kotlin'

group = 'be.zvz'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class ArticleList @JvmOverloads constructor(
},
relationGall = gallInfo.safeGet("relation_gall").run {
when {
isNull -> toMap<String, String>()
!isNull -> toMap<String, String>()
else -> mutableMapOf<String, String>()
}
},
Expand Down

0 comments on commit da79360

Please sign in to comment.