Skip to content

Commit

Permalink
Remove unused Log class to avoid errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
matgar26 committed Feb 20, 2024
1 parent 26d51cb commit dac9787
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
2 changes: 1 addition & 1 deletion sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "app.knock.client"
version = "0.1.2"
version = "0.1.3"

publishing {
publications {
Expand Down
37 changes: 0 additions & 37 deletions sdk/src/main/java/android/util/Log.kt

This file was deleted.

2 changes: 1 addition & 1 deletion sdk/src/main/java/app/knock/client/KnockAPI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class KnockAPI(
private val apiBasePath: String
get() = "$hostname/v1"
private val clientVersion: String
get() = "0.1.0"
get() = "0.1.3"

init {
if(hostname != null) {
Expand Down

0 comments on commit dac9787

Please sign in to comment.