Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivecstel committed Apr 8, 2021
1 parent aa81ff9 commit 9e3bc30
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions blekotlin/src/main/java/com/steleot/blekotlin/BleClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ object BleClient : BleReceiver.BleReceiverListener, BleDefaultScanCallback.BleSc
_status.value = BleStatus.LocationPermissionNotGranted
}
else -> {
_status.value = BleStatus.BluetoothWasEnabled
bleLogger.log(TAG, "Ble scan started.")
if (useBleReceiver) {
if (!isScanning) registerReceiver()
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/PublishLibrary.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object PublishLibrary {
const val artifactName = "blekotlin"
const val artifactGroup = "com.steleot.blekotlin"
const val artifactVersion = "0.7.2"
const val artifactVersion = "0.8.0"
const val pomUrl = "https://github.com/Vivecstel/ble-kotlin"
const val pomVcsUrl = "https://github.com/Vivecstel/ble-kotlin.git"
const val pomDesc = "Small android ble library with coroutines and flows"
Expand Down
16 changes: 8 additions & 8 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
object Versions {

/* kotlin */
const val kotlin = "1.4.31"
const val kotlin = "1.4.32"
const val coroutines = "1.4.2"

/* plugins */
const val androidPlugin = "4.1.2"
const val androidPlugin = "4.1.3"
const val benManes = "0.38.0"
const val detekt = "1.16.0"
const val jetbrainsDokka = "1.4.20"
const val jetbrainsDokka = "1.4.30"
const val jFrogBintray = "1.8.5"

/* libraries */
const val activity = "1.2.1"
const val fragment = "1.3.1"
const val activity = "1.2.2"
const val fragment = "1.3.2"
const val core = "1.3.2"
const val appCompat = "1.2.0"
const val lifecycle = "2.3.0"
const val lifecycle = "2.3.1"
const val material = "1.3.0"
const val recyclerView = "1.1.0"
const val recyclerView = "1.2.0"
const val timber = "4.7.1"
const val bundler = "1.0.3"
const val bundler = "1.0.4"

/* test libraries */
const val junit = "4.13.2"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-rc-2-all.zip

0 comments on commit 9e3bc30

Please sign in to comment.