Skip to content

Commit 715db53

Browse files
committed
[ANDROSDK-2304] update version in documentation
1 parent 2c8a49d commit 715db53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/developer/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Compatibility table between DHIS2 Android SDK library, DHIS2 core and Android SD
44

55
| SDK | DHIS2 core | Android SDK | Rule engine* |
66
|--------|--------------|-------------|-----------------|
7-
| 1.14.X | 2.30 -> 2.43 | 23 - 35 | 2.0.47 - 2.0.48 |
7+
| 1.14.X | 2.30 -> 2.43 | 23 - 36 | 2.0.47 - 2.0.48 |
88
| 1.13.X | 2.30 -> 2.42 | 21 - 35 | 2.0.47 - 2.0.48 |
99
| 1.12.X | 2.30 -> 2.42 | 21 - 35 | 2.0.47 - 2.0.48 |
1010
| 1.11.X | 2.30 -> 2.41 | 21 - 34 | 2.0.47 - 2.0.48 |

docs/content/developer/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Include dependency in build.gradle.
66

77
```gradle
88
dependencies {
9-
implementation "org.hisp.dhis:android-core:1.14.0"
9+
implementation "org.hisp.dhis:android-core:1.14.1"
1010
...
1111
}
1212
```

0 commit comments

Comments
 (0)