Skip to content

Commit

Permalink
[MASTER-DEV] Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed May 29, 2020
1 parent 36223ea commit bbde3a7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 19,
targetSdkVersion : 28,
versionCode : 211,
versionName : "1.1.1"
versionCode : 212,
versionName : "1.1.2"
]

libraries = [
Expand Down
4 changes: 2 additions & 2 deletions core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
# Properties which are consumed by plugins/gradle-mvn-push.gradle plugin.
# They are used for publishing artifact to snapshot repository.

VERSION_NAME=1.1.1
VERSION_CODE=211
VERSION_NAME=1.1.2
VERSION_CODE=212

GROUP=org.hisp.dhis

Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Compatibility table between DHIS2 Android SDK library, DHIS2 core and Android SD
| 1.0.3 | 2.29 -> 2.33 | 19 - 28 |
| 1.1.0 | 2.29 -> 2.34 | 19 - 28 |
| 1.1.1 | 2.29 -> 2.34 | 19 - 28 |
| 1.1.2 | 2.29 -> 2.34 | 19 - 28 |
2 changes: 1 addition & 1 deletion docs/content/developer/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Include dependency in build.gradle.

```gradle
dependencies {
implementation "org.hisp.dhis:android-core:1.1.1"
implementation "org.hisp.dhis:android-core:1.1.2"
...
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/dhis2_android_sdk_developer_guide_INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: 'DHIS 2 Android SDK Developer Guide'
author: 'DHIS 2'
date:
year: 2020
month: May
month: June
keywords: [DHIS2, Android]
commit:
version: master
applicable_txt: 'Applicable to version 1.1.1'
applicable_txt: 'Applicable to version 1.1.2'
---
<!--DHIS2-SECTION-ID:index-->

Expand Down

0 comments on commit bbde3a7

Please sign in to comment.