Skip to content

Commit

Permalink
fixed klint
Browse files Browse the repository at this point in the history
  • Loading branch information
neoBortx committed Feb 3, 2024
1 parent dee915a commit 931417e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
VERSION_LIB=0.0.10
VERSION_LIB=0.0.11
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public class SimpleBleClientBuilder {
}

private fun buildInstance(context: Context): SimpleBleClient {

with(bleLibraryContainer.getBleConfiguration()) {
operationTimeOutMillisConf?.let { operationTimeoutMillis = it }
scanPeriodMillisConf?.let { scanPeriodMillis = it }
Expand Down

0 comments on commit 931417e

Please sign in to comment.