Skip to content

Commit

Permalink
Bump SDK version to 21 following testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 committed May 15, 2020
1 parent 00fd9a4 commit eeaf599
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
FHIR Engine is an Android library that manages FHIR resources natively on Android. It also supports
the evaluation of CQL using [cql-engine](https://github.com/DBCG/cql_engine).

## Usage

Requires min SDK version 21 (Lollipop).

## Developement

### Requirements
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {

defaultConfig {
applicationId "com.google.fhirengine.example"
minSdkVersion 14
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion fhirengine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
compileSdkVersion 29

defaultConfig {
minSdkVersion 14
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit eeaf599

Please sign in to comment.