Skip to content

Commit

Permalink
Added configurable background mode
Browse files Browse the repository at this point in the history
  • Loading branch information
spurdow authored and dmontecillo committed Nov 4, 2021
1 parent 46089b8 commit 86222d6
Show file tree
Hide file tree
Showing 7 changed files with 439 additions and 94 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
buildToolsVersion project.hasProperty('buildToolsVersion') ? project.buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION

defaultConfig {
minSdkVersion 16
minSdkVersion 21
targetSdkVersion project.hasProperty('targetSdkVersion') ? project.targetSdkVersion : DEFAULT_TARGET_SDK_VERSION
versionCode 1
versionName "1.0"
Expand Down Expand Up @@ -105,5 +105,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.facebook.react:react-native:0.6+'
implementation 'com.intellij:annotations:+@jar'
compile 'org.altbeacon:android-beacon-library:2.16.1'
implementation 'org.altbeacon:android-beacon-library:2.19.3'
}
Loading

0 comments on commit 86222d6

Please sign in to comment.