Skip to content

Commit

Permalink
fix(android): ble build
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Jan 10, 2019
1 parent 22b43b8 commit c8f3109
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions client/react-native/android/ble/build.gradle
@@ -1,13 +1,11 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion = 27

buildToolsVersion = '28.0.3'
compileSdkVersion = 28

defaultConfig {
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 28
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit c8f3109

Please sign in to comment.