Skip to content

Commit

Permalink
Merge pull request #28 from Reedyuk/kotlin-seven-zero
Browse files Browse the repository at this point in the history
Added support for kotlin seven zero
  • Loading branch information
Reedyuk authored Mar 18, 2020
2 parents 1d84618 + 47783ff commit 05c34ad
Show file tree
Hide file tree
Showing 2 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
@@ -1,4 +1,4 @@
# ![Blue Falcon](bluefalcon.png) Blue-Falcon [![Build Status](https://api.travis-ci.com/Reedyuk/blue-falcon.svg?branch=master)](https://api.travis-ci.com/Reedyuk/blue-falcon) [![Kotlin](https://img.shields.io/badge/kotlin-1.3.50-blue.svg)](http://kotlinlang.org)
# ![Blue Falcon](bluefalcon.png) Blue-Falcon [![Build Status](https://api.travis-ci.com/Reedyuk/blue-falcon.svg?branch=master)](https://api.travis-ci.com/Reedyuk/blue-falcon) [![Kotlin](https://img.shields.io/badge/kotlin-1.3.70-blue.svg)](http://kotlinlang.org)

A Bluetooth "Cross Platform" Kotlin Multiplatform library for iOS and Android.

Expand Down Expand Up @@ -32,7 +32,7 @@ blueFalcon.scan()
#### Install

```kotlin
implementation 'dev.bluefalcon:library-android:0.5.4'
implementation 'dev.bluefalcon:library-android:0.5.6'
```

The Android sdk requires an Application context, we do this by passing in on the BlueFalcon constructor, in this example we are calling the code from an activity(this).
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ INCLUDE_ANDROID=true
kotlin.code.style=official

# versions
kotlin_version = 1.3.61
kotlin_version = 1.3.70
android_tools_version = 3.4.1

# gradle configuration
Expand All @@ -22,7 +22,7 @@ android.useAndroidX=true
android.enableJetifier=true


version=0.5.5
version=0.5.6
group=dev.bluefalcon
libraryName=blue-falcon
bintray_plugin_version=1.8.2-SNAPSHOT
Expand Down

0 comments on commit 05c34ad

Please sign in to comment.