Skip to content

Commit

Permalink
1.2.0 릴리즈
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Oct 26, 2019
1 parent e803ac7 commit 35586ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 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.3'
compile 'be.zvz:KotlinInside:1.2.0'
```

### Maven
Expand All @@ -16,7 +16,7 @@ compile 'be.zvz:KotlinInside:1.1.3'
<dependency>
<groupId>be.zvz</groupId>
<artifactId>KotlinInside</artifactId>
<version>1.1.3</version>
<version>1.2.0</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/be/zvz/kotlininside/http/DefaultHttpClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
import java.io.File;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.HttpURLConnection;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.List;
import java.util.Map;

Expand Down
5 changes: 0 additions & 5 deletions src/main/kotlin/be/zvz/kotlininside/security/Auth.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ import java.util.Date
import java.util.Locale

class Auth {
/*
private var count = 0
private var initAppCheckDate = false
*/

private val simpleDateFormat = SimpleDateFormat("yyyyMMddHH", Locale.getDefault())
private lateinit var time: String

Expand Down

0 comments on commit 35586ea

Please sign in to comment.